#860B02

Color #860B02 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #860B02

Tints of Dark Red #860B02

Color information

#860B02 (or 0x860B02) is unknown color: approx Dark Red. HEX triplet: 86, 0B and 02. RGB value is (134,11,2). Sum of RGB (Red+Green+Blue) = 134+11+2=147 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.16% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 134 - color contains mainly: red. Hex color #860B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860B02 is #79F4FD. Grayscale: #2E2E2E. Windows color (decimal): -7992574 or 134022. OLE color: 134022.

HSL color Cylindrical-coordinate representation of color #860B02: hue angle of 4.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860B02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB134112-
CMYK00.920.990.47
HSL4.09º97.06%26.67%-
HSV(B)4.09º98.51%52.55%-
XYZ9.965.310.56-
YUV46.75102.75190.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 91.16%
GREEN value IS 11 (4.69% from 255) = 7.48%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=91.16%
G=7.48%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411200.920.990.474.0997.0626.67
Hex86B205C632F4611b
Octal206132013414357414133
Binary10000110101110010111001100011101111100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860B02; }

 p { color: rgb(134,11,2); }

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

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

 a { background-color: rgb(134,11,2); }

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

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

 span { border-color: rgb(134,11,2); }

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