#B52252

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

Shades of Old Rose #B52252

Tints of Old Rose #B52252

Color information

#B52252 (or 0xB52252) is unknown color: approx Old Rose. HEX triplet: B5, 22 and 52. RGB value is (181,34,82). Sum of RGB (Red+Green+Blue) = 181+34+82=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B52252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52252 is #4ADDAD. Grayscale: #535353. Windows color (decimal): -4906414 or 5382837. OLE color: 5382837.

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

Color convert

RGB1813482-
CMYK00.810.550.29
HSL340.41º68.37%42.16%-
HSV(B)340.41º81.22%70.98%-
XYZ21.1511.589.1-
YUV83.42127.2197.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 34 (13.67% from 255) = 11.45%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=60.94%
G=11.45%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181348200.810.550.29340.4168.3742.16
HexB52252051371D154442a
Octal265421220121673552410452
Binary10110101100010101001001010001110111111011010101001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52252; }

 p { color: rgb(181,34,82); }

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

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

 a { background-color: rgb(181,34,82); }

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

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

 span { border-color: rgb(181,34,82); }

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