#B52848

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

Shades of Old Rose #B52848

Tints of Old Rose #B52848

Color information

#B52848 (or 0xB52848) is unknown color: approx Old Rose. HEX triplet: B5, 28 and 48. RGB value is (181,40,72). Sum of RGB (Red+Green+Blue) = 181+40+72=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B52848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52848 is #4AD7B7. Grayscale: #555555. Windows color (decimal): -4904888 or 4729013. OLE color: 4729013.

HSL color Cylindrical-coordinate representation of color #B52848: hue angle of 346.38º 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 #B52848 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1814072-
CMYK00.780.600.29
HSL346.38º63.8%43.33%-
HSV(B)346.38º77.9%70.98%-
XYZ20.9811.817.3-
YUV85.81120.21195.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=61.77%
G=13.65%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181407200.780.600.29346.3863.843.33
HexB5284804E3C1D15a402b
Octal265501100116743553210053
Binary10110101101000100100001001110111100111011010110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52848; }

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

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

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

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

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

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

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

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