#B52F42

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

Shades of Old Rose #B52F42

Tints of Old Rose #B52F42

Color information

#B52F42 (or 0xB52F42) is unknown color: approx Old Rose. HEX triplet: B5, 2F and 42. RGB value is (181,47,66). Sum of RGB (Red+Green+Blue) = 181+47+66=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F42 is #4AD0BD. Grayscale: #595959. Windows color (decimal): -4903102 or 4337589. OLE color: 4337589.

HSL color Cylindrical-coordinate representation of color #B52F42: hue angle of 351.49º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52F42 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1814766-
CMYK00.740.640.29
HSL351.49º58.77%44.71%-
HSV(B)351.49º74.03%70.98%-
XYZ21.0612.256.41-
YUV89.23114.89193.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.56%
GREEN value IS 47 (18.75% from 255) = 15.99%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=61.56%
G=15.99%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181476600.740.640.29351.4958.7744.71
HexB52F4204A401D15f3b2d
Octal265571020112100355377355
Binary10110101101111100001001001010100000011101101011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F42; }

 p { color: rgb(181,47,66); }

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

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

 a { background-color: rgb(181,47,66); }

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

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

 span { border-color: rgb(181,47,66); }

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