#B02C52

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

Shades of Old Rose #B02C52

Tints of Old Rose #B02C52

Color information

#B02C52 (or 0xB02C52) is unknown color: approx Old Rose. HEX triplet: B0, 2C and 52. RGB value is (176,44,82). Sum of RGB (Red+Green+Blue) = 176+44+82=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C52 is #4FD3AD. Grayscale: #575757. Windows color (decimal): -5231534 or 5385392. OLE color: 5385392.

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

Color convert

RGB1764482-
CMYK00.750.530.31
HSL342.73º60%43.14%-
HSV(B)342.73º75%69.02%-
XYZ20.3311.649.16-
YUV87.8124.73190.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.28%
GREEN value IS 44 (17.58% from 255) = 14.57%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=58.28%
G=14.57%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176448200.750.530.31342.736043.14
HexB02C5204B351F1573c2b
Octal26054122011365375277453
Binary1011000010110010100100100101111010111111101010111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02C52; }

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

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

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

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

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

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

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

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