#B02B40

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

Shades of Old Rose #B02B40

Tints of Old Rose #B02B40

Color information

#B02B40 (or 0xB02B40) is unknown color: approx Old Rose. HEX triplet: B0, 2B and 40. RGB value is (176,43,64). Sum of RGB (Red+Green+Blue) = 176+43+64=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02B40 is #4FD4BF. Grayscale: #555555. Windows color (decimal): -5231808 or 4205488. OLE color: 4205488.

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

Color convert

RGB1764364-
CMYK00.760.640.31
HSL350.53º60.73%42.94%-
HSV(B)350.53º75.57%69.02%-
XYZ19.6911.336-
YUV85.16116.06192.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.19%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=62.19%
G=15.19%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176436400.760.640.31350.5360.7342.94
HexB02B4004C401F15f3d2b
Octal260531000114100375377553
Binary10110000101011100000001001100100000011111101011111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02B40; }

 p { color: rgb(176,43,64); }

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

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

 a { background-color: rgb(176,43,64); }

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

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

 span { border-color: rgb(176,43,64); }

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