Html Css Color HEX #860B05 Dark Red

📋 copy color: '#860B05'

red 134 ◦ green 11 ◦ blue 5

#860B05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #860B05

Tints of Dark Red #860B05

RGB

 RED value IS 134 (52.73% from 255) = 89.33%

 GREEN value IS 11 (4.69% from 255) = 7.33%

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 89.33%
G = 7.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#860B05 (or 0x860B05) is known color: Dark Red. HEX triplet: 86, 0B and 05. RGB value is (134,11,5). Sum of RGB (Red+Green+Blue) = 134+11+5=150 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.33% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 134 - color contains mainly: red. Hex color #860B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860B05 is #79F4FA. Grayscale: #2F2F2F. Windows color (decimal): -7992571 or 330630. OLE color: 330630.

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

Color convert

RGB 134 11 5 -
CMYK 0 0.92 0.96 0.47
HSL 2.79º 0.93% 0.27% -
HSV(B) 2.79º 0.96% 0.53% -
XYZ 9.98 5.32 0.64 -
YUV 47.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 134 11 5 0 0.92 0.96 0.47 2.79 0.93 0.27
Hex 86 B 5 0 5C 60 2F 3 5D 1B
Octal 206 13 5 0 134 140 57 3 135 33
Binary 10000110 1011 101 0 1011100 1100000 101111 11 1011101 11011

Color Harmonies of #860B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860B05

Black with #860B05

Text Example


Text Example

White with #860B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #860B05;
 }
 .AnyTagClassName
 {
   color: #860B05;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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