#B52842

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

Shades of Old Rose #B52842

Tints of Old Rose #B52842

Color information

#B52842 (or 0xB52842) is unknown color: approx Old Rose. HEX triplet: B5, 28 and 42. RGB value is (181,40,66). Sum of RGB (Red+Green+Blue) = 181+40+66=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B52842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52842 is #4AD7BD. Grayscale: #555555. Windows color (decimal): -4904894 or 4335797. OLE color: 4335797.

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

Color convert

RGB1814066-
CMYK00.780.640.29
HSL348.94º63.8%43.33%-
HSV(B)348.94º77.9%70.98%-
XYZ20.811.736.32-
YUV85.12117.21196.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=63.07%
G=13.94%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181406600.780.640.29348.9463.843.33
HexB5284204E401D15d402b
Octal2655010201161003553510053
Binary101101011010001000010010011101000000111011010111011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52842; }

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

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

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

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

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

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

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

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