#B02E49

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

Shades of Old Rose #B02E49

Tints of Old Rose #B02E49

Color information

#B02E49 (or 0xB02E49) is unknown color: approx Old Rose. HEX triplet: B0, 2E and 49. RGB value is (176,46,73). Sum of RGB (Red+Green+Blue) = 176+46+73=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E49 is #4FD1B6. Grayscale: #575757. Windows color (decimal): -5231031 or 4796080. OLE color: 4796080.

HSL color Cylindrical-coordinate representation of color #B02E49: hue angle of 347.54º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02E49 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1764673-
CMYK00.740.590.31
HSL347.54º58.56%43.53%-
HSV(B)347.54º73.86%69.02%-
XYZ20.0811.677.5-
YUV87.95119.57190.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=59.66%
G=15.59%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176467300.740.590.31347.5458.5643.53
HexB02E4904A3B1F15c3b2c
Octal26056111011273375347354
Binary1011000010111010010010100101011101111111101011100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02E49; }

 p { color: rgb(176,46,73); }

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

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

 a { background-color: rgb(176,46,73); }

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

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

 span { border-color: rgb(176,46,73); }

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