#B02251

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

Shades of Old Rose #B02251

Tints of Old Rose #B02251

Color information

#B02251 (or 0xB02251) is unknown color: approx Old Rose. HEX triplet: B0, 22 and 51. RGB value is (176,34,81). Sum of RGB (Red+Green+Blue) = 176+34+81=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B02251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02251 is #4FDDAE. Grayscale: #515151. Windows color (decimal): -5234095 or 5317296. OLE color: 5317296.

HSL color Cylindrical-coordinate representation of color #B02251: hue angle of 340.14º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02251 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1763481-
CMYK00.810.540.31
HSL340.14º67.62%41.18%-
HSV(B)340.14º80.68%69.02%-
XYZ19.9610.978.85-
YUV81.82127.54195.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=60.48%
G=11.68%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176348100.810.540.31340.1467.6241.18
HexB02251051361F1544429
Octal260421210121663752410451
Binary10110000100010101000101010001110110111111010101001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02251; }

 p { color: rgb(176,34,81); }

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

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

 a { background-color: rgb(176,34,81); }

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

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

 span { border-color: rgb(176,34,81); }

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