#860C02

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

Shades of Dark Red #860C02

Tints of Dark Red #860C02

Color information

#860C02 (or 0x860C02) is unknown color: approx Dark Red. HEX triplet: 86, 0C and 02. RGB value is (134,12,2). Sum of RGB (Red+Green+Blue) = 134+12+2=148 (19% of max value = 765). Red value is 134 (52.73% from 255 or 90.54% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 134 - color contains mainly: red. Hex color #860C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C02 is #79F3FD. Grayscale: #2F2F2F. Windows color (decimal): -7992318 or 134278. OLE color: 134278.

HSL color Cylindrical-coordinate representation of color #860C02: hue angle of 4.55º 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 #860C02 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB134122-
CMYK00.910.990.47
HSL4.55º97.06%26.67%-
HSV(B)4.55º98.51%52.55%-
XYZ9.975.340.56-
YUV47.34102.42189.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 90.54%
GREEN value IS 12 (5.08% from 255) = 8.11%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=90.54%
G=8.11%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412200.910.990.474.5597.0626.67
Hex86C205B632F5611b
Octal206142013314357514133
Binary10000110110010010110111100011101111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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