#B32952

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

Shades of Old Rose #B32952

Tints of Old Rose #B32952

Color information

#B32952 (or 0xB32952) is unknown color: approx Old Rose. HEX triplet: B3, 29 and 52. RGB value is (179,41,82). Sum of RGB (Red+Green+Blue) = 179+41+82=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B32952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32952 is #4CD6AD. Grayscale: #565656. Windows color (decimal): -5035694 or 5384627. OLE color: 5384627.

HSL color Cylindrical-coordinate representation of color #B32952: hue angle of 342.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32952 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1794182-
CMYK00.770.540.30
HSL342.17º62.73%43.14%-
HSV(B)342.17º77.09%70.2%-
XYZ20.9111.789.15-
YUV86.94125.22193.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.27%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=59.27%
G=13.58%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179418200.770.540.30342.1762.7343.14
HexB3295204D361E1563f2b
Octal26351122011566365267753
Binary1011001110100110100100100110111011011110101010110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32952; }

 p { color: rgb(179,41,82); }

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

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

 a { background-color: rgb(179,41,82); }

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

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

 span { border-color: rgb(179,41,82); }

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