#B32D41

Color #B32D41 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B32D41

Tints of Old Rose #B32D41

Color information

#B32D41 (or 0xB32D41) is unknown color: approx Old Rose. HEX triplet: B3, 2D and 41. RGB value is (179,45,65). Sum of RGB (Red+Green+Blue) = 179+45+65=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D41 is #4CD2BE. Grayscale: #575757. Windows color (decimal): -5034687 or 4271539. OLE color: 4271539.

HSL color Cylindrical-coordinate representation of color #B32D41: hue angle of 351.04º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32D41 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB1794565-
CMYK00.750.640.30
HSL351.04º59.82%43.92%-
HSV(B)351.04º74.86%70.2%-
XYZ20.4811.846.21-
YUV87.35115.39193.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 45 (17.97% from 255) = 15.57%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=61.94%
G=15.57%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179456500.750.640.30351.0459.8243.92
HexB32D4104B401E15f3c2c
Octal263551010113100365377454
Binary10110011101101100000101001011100000011110101011111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32D41; }

 p { color: rgb(179,45,65); }

 H1.HeaderClassName
 {
   color: #B32D41;
 }
 .AnyTagClassName
 {
   color: #B32D41;
 }
</style>
background-color css

<style>
 a { background-color: #B32D41; }

 a { background-color: rgb(179,45,65); }

 div.DivClassName
 {
   background-color: #B32D41;
 }
 .BgClassName
 {
   background-color: #B32D41;
 }
</style>
border-color css

<style>
 span { border-color: #B32D41; }

 span { border-color: rgb(179,45,65); }

 td.TdClassName
 {
   border-color: #B32D41;
 }
 .TagClassName
 {
   border-color: #B32D41;
 }
</style>