#B52952

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

Shades of Old Rose #B52952

Tints of Old Rose #B52952

Color information

#B52952 (or 0xB52952) is unknown color: approx Old Rose. HEX triplet: B5, 29 and 52. RGB value is (181,41,82). Sum of RGB (Red+Green+Blue) = 181+41+82=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B52952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52952 is #4AD6AD. Grayscale: #575757. Windows color (decimal): -4904622 or 5384629. OLE color: 5384629.

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

Color convert

RGB1814182-
CMYK00.770.550.29
HSL342.43º63.06%43.53%-
HSV(B)342.43º77.35%70.98%-
XYZ21.3712.029.18-
YUV87.53124.88194.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=59.54%
G=13.49%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181418200.770.550.29342.4363.0643.53
HexB5295204D371D1563f2c
Octal26551122011567355267754
Binary1011010110100110100100100110111011111101101010110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52952; }

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

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

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

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

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

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

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

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