#B02C56

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

Shades of Old Rose #B02C56

Tints of Old Rose #B02C56

Color information

#B02C56 (or 0xB02C56) is unknown color: approx Old Rose. HEX triplet: B0, 2C and 56. RGB value is (176,44,86). Sum of RGB (Red+Green+Blue) = 176+44+86=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C56 is #4FD3A9. Grayscale: #585858. Windows color (decimal): -5231530 or 5647536. OLE color: 5647536.

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

Color convert

RGB1764486-
CMYK00.750.510.31
HSL340.91º60%43.14%-
HSV(B)340.91º75%69.02%-
XYZ20.4811.79.98-
YUV88.26126.73190.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.52%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=57.52%
G=14.38%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176448600.750.510.31340.916043.14
HexB02C5604B331F1553c2b
Octal26054126011363375257453
Binary1011000010110010101100100101111001111111101010101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02C56; }

 p { color: rgb(176,44,86); }

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

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

 a { background-color: rgb(176,44,86); }

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

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

 span { border-color: rgb(176,44,86); }

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