#B52B45

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

Shades of Old Rose #B52B45

Tints of Old Rose #B52B45

Color information

#B52B45 (or 0xB52B45) is unknown color: approx Old Rose. HEX triplet: B5, 2B and 45. RGB value is (181,43,69). Sum of RGB (Red+Green+Blue) = 181+43+69=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52B45 is #4AD4BA. Grayscale: #575757. Windows color (decimal): -4904123 or 4533173. OLE color: 4533173.

HSL color Cylindrical-coordinate representation of color #B52B45: hue angle of 348.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52B45 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1814369-
CMYK00.760.620.29
HSL348.7º61.61%43.92%-
HSV(B)348.7º76.24%70.98%-
XYZ20.9911.986.84-
YUV87.23117.72194.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 43 (17.19% from 255) = 14.68%
BLUE value IS 69 (27.34% from 255) = 23.55%
R=61.77%
G=14.68%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181436900.760.620.29348.761.6143.92
HexB52B4504C3E1D15d3e2c
Octal26553105011476355357654
Binary1011010110101110001010100110011111011101101011101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52B45; }

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

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

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

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

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

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

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

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