#B52053

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

Shades of Old Rose #B52053

Tints of Old Rose #B52053

Color information

#B52053 (or 0xB52053) is unknown color: approx Old Rose. HEX triplet: B5, 20 and 53. RGB value is (181,32,83). Sum of RGB (Red+Green+Blue) = 181+32+83=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B52053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52053 is #4ADFAC. Grayscale: #525252. Windows color (decimal): -4906925 or 5447861. OLE color: 5447861.

HSL color Cylindrical-coordinate representation of color #B52053: hue angle of 339.46º degrees, saturation: 0.7, 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 #B52053 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1813283-
CMYK00.820.540.29
HSL339.46º69.95%41.76%-
HSV(B)339.46º82.32%70.98%-
XYZ21.1311.489.29-
YUV82.36128.36198.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.15%
GREEN value IS 32 (12.89% from 255) = 10.81%
BLUE value IS 83 (32.81% from 255) = 28.04%
R=61.15%
G=10.81%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181328300.820.540.29339.4669.9541.76
HexB52053052361D153462a
Octal265401230122663552310652
Binary10110101100000101001101010010110110111011010100111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52053; }

 p { color: rgb(181,32,83); }

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

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

 a { background-color: rgb(181,32,83); }

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

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

 span { border-color: rgb(181,32,83); }

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