#B52442

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

Shades of Old Rose #B52442

Tints of Old Rose #B52442

Color information

#B52442 (or 0xB52442) is unknown color: approx Old Rose. HEX triplet: B5, 24 and 42. RGB value is (181,36,66). Sum of RGB (Red+Green+Blue) = 181+36+66=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B52442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52442 is #4ADBBD. Grayscale: #525252. Windows color (decimal): -4905918 or 4334773. OLE color: 4334773.

HSL color Cylindrical-coordinate representation of color #B52442: hue angle of 347.59º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52442 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1813666-
CMYK00.800.640.29
HSL347.59º66.82%42.55%-
HSV(B)347.59º80.11%70.98%-
XYZ20.6711.486.28-
YUV82.78118.54198.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.96%
GREEN value IS 36 (14.45% from 255) = 12.72%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=63.96%
G=12.72%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181366600.800.640.29347.5966.8242.55
HexB52442050401D15c432b
Octal2654410201201003553410353
Binary101101011001001000010010100001000000111011010111001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52442; }

 p { color: rgb(181,36,66); }

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

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

 a { background-color: rgb(181,36,66); }

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

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

 span { border-color: rgb(181,36,66); }

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