#B02151

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

Shades of Old Rose #B02151

Tints of Old Rose #B02151

Color information

#B02151 (or 0xB02151) is unknown color: approx Old Rose. HEX triplet: B0, 21 and 51. RGB value is (176,33,81). Sum of RGB (Red+Green+Blue) = 176+33+81=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B02151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02151 is #4FDEAE. Grayscale: #515151. Windows color (decimal): -5234351 or 5317040. OLE color: 5317040.

HSL color Cylindrical-coordinate representation of color #B02151: hue angle of 339.86º 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 #B02151 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1763381-
CMYK00.810.540.31
HSL339.86º68.42%40.98%-
HSV(B)339.86º81.25%69.02%-
XYZ19.9310.918.84-
YUV81.23127.88195.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.69%
GREEN value IS 33 (13.28% from 255) = 11.38%
BLUE value IS 81 (32.03% from 255) = 27.93%
R=60.69%
G=11.38%
B=27.93%

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
Decimal176338100.810.540.31339.8668.4240.98
HexB02151051361F1544429
Octal260411210121663752410451
Binary10110000100001101000101010001110110111111010101001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02151; }

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

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

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

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

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

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

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

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