#B52A45

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

Shades of Old Rose #B52A45

Tints of Old Rose #B52A45

Color information

#B52A45 (or 0xB52A45) is unknown color: approx Old Rose. HEX triplet: B5, 2A and 45. RGB value is (181,42,69). Sum of RGB (Red+Green+Blue) = 181+42+69=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A45 is #4AD5BA. Grayscale: #565656. Windows color (decimal): -4904379 or 4532917. OLE color: 4532917.

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

Color convert

RGB1814269-
CMYK00.770.620.29
HSL348.35º62.33%43.73%-
HSV(B)348.35º76.8%70.98%-
XYZ20.9611.916.82-
YUV86.64118.05195.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.99%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 69 (27.34% from 255) = 23.63%
R=61.99%
G=14.38%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181426900.770.620.29348.3562.3343.73
HexB52A4504D3E1D15c3e2c
Octal26552105011576355347654
Binary1011010110101010001010100110111111011101101011100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A45; }

 p { color: rgb(181,42,69); }

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

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

 a { background-color: rgb(181,42,69); }

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

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

 span { border-color: rgb(181,42,69); }

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