#B02952

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

Shades of Old Rose #B02952

Tints of Old Rose #B02952

Color information

#B02952 (or 0xB02952) is unknown color: approx Old Rose. HEX triplet: B0, 29 and 52. RGB value is (176,41,82). Sum of RGB (Red+Green+Blue) = 176+41+82=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B02952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02952 is #4FD6AD. Grayscale: #565656. Windows color (decimal): -5232302 or 5384624. OLE color: 5384624.

HSL color Cylindrical-coordinate representation of color #B02952: hue angle of 341.78º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02952 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1764182-
CMYK00.770.530.31
HSL341.78º62.21%42.55%-
HSV(B)341.78º76.7%69.02%-
XYZ20.2211.439.12-
YUV86.04125.73192.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.86%
GREEN value IS 41 (16.41% from 255) = 13.71%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=58.86%
G=13.71%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176418200.770.530.31341.7862.2142.55
HexB0295204D351F1563e2b
Octal26051122011565375267653
Binary1011000010100110100100100110111010111111101010110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02952; }

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

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

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

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

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

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

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

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