#B52A51

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

Shades of Old Rose #B52A51

Tints of Old Rose #B52A51

Color information

#B52A51 (or 0xB52A51) is unknown color: approx Old Rose. HEX triplet: B5, 2A and 51. RGB value is (181,42,81). Sum of RGB (Red+Green+Blue) = 181+42+81=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A51 is #4AD5AE. Grayscale: #575757. Windows color (decimal): -4904367 or 5319349. OLE color: 5319349.

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

Color convert

RGB1814281-
CMYK00.770.550.29
HSL343.17º62.33%43.73%-
HSV(B)343.17º76.8%70.98%-
XYZ21.3712.078.99-
YUV88.01124.05194.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 42 (16.80% from 255) = 13.82%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=59.54%
G=13.82%
B=26.64%

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
Decimal181428100.770.550.29343.1762.3343.73
HexB52A5104D371D1573e2c
Octal26552121011567355277654
Binary1011010110101010100010100110111011111101101010111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A51; }

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

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

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

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

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

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

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

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