#B52A4B

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

Shades of Old Rose #B52A4B

Tints of Old Rose #B52A4B

Color information

#B52A4B (or 0xB52A4B) is unknown color: approx Old Rose. HEX triplet: B5, 2A and 4B. RGB value is (181,42,75). Sum of RGB (Red+Green+Blue) = 181+42+75=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A4B is #4AD5B4. Grayscale: #575757. Windows color (decimal): -4904373 or 4926133. OLE color: 4926133.

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

Color convert

RGB1814275-
CMYK00.770.590.29
HSL345.76º62.33%43.73%-
HSV(B)345.76º76.8%70.98%-
XYZ21.1511.997.86-
YUV87.32121.05194.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.74%
GREEN value IS 42 (16.80% from 255) = 14.09%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=60.74%
G=14.09%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181427500.770.590.29345.7662.3343.73
HexB52A4B04D3B1D15a3e2c
Octal26552113011573355327654
Binary1011010110101010010110100110111101111101101011010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A4B; }

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

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

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

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

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

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

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

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