#B32944

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

Shades of Old Rose #B32944

Tints of Old Rose #B32944

Color information

#B32944 (or 0xB32944) is unknown color: approx Old Rose. HEX triplet: B3, 29 and 44. RGB value is (179,41,68). Sum of RGB (Red+Green+Blue) = 179+41+68=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B32944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32944 is #4CD6BB. Grayscale: #555555. Windows color (decimal): -5035708 or 4467123. OLE color: 4467123.

HSL color Cylindrical-coordinate representation of color #B32944: hue angle of 348.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32944 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB1794168-
CMYK00.770.620.30
HSL348.26º62.73%43.14%-
HSV(B)348.26º77.09%70.2%-
XYZ20.4311.596.63-
YUV85.34118.22194.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.15%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 68 (26.95% from 255) = 23.61%
R=62.15%
G=14.24%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179416800.770.620.30348.2662.7343.14
HexB3294404D3E1E15c3f2b
Octal26351104011576365347753
Binary1011001110100110001000100110111111011110101011100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32944; }

 p { color: rgb(179,41,68); }

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

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

 a { background-color: rgb(179,41,68); }

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

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

 span { border-color: rgb(179,41,68); }

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