#B02840

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

Shades of Old Rose #B02840

Tints of Old Rose #B02840

Color information

#B02840 (or 0xB02840) is unknown color: approx Old Rose. HEX triplet: B0, 28 and 40. RGB value is (176,40,64). Sum of RGB (Red+Green+Blue) = 176+40+64=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B02840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02840 is #4FD7BF. Grayscale: #535353. Windows color (decimal): -5232576 or 4204720. OLE color: 4204720.

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

Color convert

RGB1764064-
CMYK00.770.640.31
HSL349.41º62.96%42.35%-
HSV(B)349.41º77.27%69.02%-
XYZ19.5911.125.96-
YUV83.4117.06194.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.86%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=62.86%
G=14.29%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176406400.770.640.31349.4162.9642.35
HexB0284004D401F15d3f2a
Octal260501000115100375357752
Binary10110000101000100000001001101100000011111101011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02840; }

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

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

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

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

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

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

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

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