#b52149

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

Shades of Old Rose #B52149

Tints of Old Rose #B52149

Color information

#B52149 (or 0xB52149) is unknown color: approx Old Rose. HEX triplet: B5, 21 and 49. RGB value is (181,33,73). Sum of RGB (Red+Green+Blue) = 181+33+73=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B52149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52149 is #4ADEB6. Grayscale: #515151. Windows color (decimal): -4906679 or 4792757. OLE color: 4792757.

HSL color Cylindrical-coordinate representation of color #B52149: hue angle of 343.78º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52149 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1813373-
CMYK00.820.600.29
HSL343.78º69.16%41.96%-
HSV(B)343.78º81.77%70.98%-
XYZ20.811.397.41-
YUV81.81123.03198.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=63.07%
G=11.50%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181337300.820.600.29343.7869.1641.96
HexB521490523C1D158452a
Octal265411110122743553010552
Binary10110101100001100100101010010111100111011010110001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52149; }

 p { color: rgb(181,33,73); }

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

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

 a { background-color: rgb(181,33,73); }

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

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

 span { border-color: rgb(181,33,73); }

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