#B52945

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

Shades of Old Rose #B52945

Tints of Old Rose #B52945

Color information

#B52945 (or 0xB52945) is unknown color: approx Old Rose. HEX triplet: B5, 29 and 45. RGB value is (181,41,69). Sum of RGB (Red+Green+Blue) = 181+41+69=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B52945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52945 is #4AD6BA. Grayscale: #565656. Windows color (decimal): -4904635 or 4532661. OLE color: 4532661.

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

Color convert

RGB1814169-
CMYK00.770.620.29
HSL348º63.06%43.53%-
HSV(B)348º77.35%70.98%-
XYZ20.9211.846.81-
YUV86.05118.38195.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.20%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=62.20%
G=14.09%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181416900.770.620.2934863.0643.53
HexB5294504D3E1D15c3f2c
Octal26551105011576355347754
Binary1011010110100110001010100110111111011101101011100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52945; }

 p { color: rgb(181,41,69); }

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

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

 a { background-color: rgb(181,41,69); }

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

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

 span { border-color: rgb(181,41,69); }

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