#B52646

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

Shades of Old Rose #B52646

Tints of Old Rose #B52646

Color information

#B52646 (or 0xB52646) is unknown color: approx Old Rose. HEX triplet: B5, 26 and 46. RGB value is (181,38,70). Sum of RGB (Red+Green+Blue) = 181+38+70=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B52646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52646 is #4AD9B9. Grayscale: #545454. Windows color (decimal): -4905402 or 4597429. OLE color: 4597429.

HSL color Cylindrical-coordinate representation of color #B52646: hue angle of 346.57º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B52646 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1813870-
CMYK00.790.610.29
HSL346.57º65.3%42.94%-
HSV(B)346.57º79.01%70.98%-
XYZ20.8511.656.94-
YUV84.4119.88196.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.63%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=62.63%
G=13.15%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181387000.790.610.29346.5765.342.94
HexB5264604F3D1D15b412b
Octal265461060117753553310153
Binary10110101100110100011001001111111101111011010110111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52646; }

 p { color: rgb(181,38,70); }

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

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

 a { background-color: rgb(181,38,70); }

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

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

 span { border-color: rgb(181,38,70); }

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