#B32949

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

Shades of Old Rose #B32949

Tints of Old Rose #B32949

Color information

#B32949 (or 0xB32949) is unknown color: approx Old Rose. HEX triplet: B3, 29 and 49. RGB value is (179,41,73). Sum of RGB (Red+Green+Blue) = 179+41+73=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B32949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32949 is #4CD6B6. Grayscale: #555555. Windows color (decimal): -5035703 or 4794803. OLE color: 4794803.

HSL color Cylindrical-coordinate representation of color #B32949: hue angle of 346.09º 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 #B32949 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1794173-
CMYK00.770.590.30
HSL346.09º62.73%43.14%-
HSV(B)346.09º77.09%70.2%-
XYZ20.5911.657.47-
YUV85.91120.72194.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.09%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=61.09%
G=13.99%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179417300.770.590.30346.0962.7343.14
HexB3294904D3B1E15a3f2b
Octal26351111011573365327753
Binary1011001110100110010010100110111101111110101011010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32949; }

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

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

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

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

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

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

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

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