#8A1802

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

Shades of Dark Red #8A1802

Tints of Dark Red #8A1802

Color information

#8A1802 (or 0x8A1802) is unknown color: approx Dark Red. HEX triplet: 8A, 18 and 02. RGB value is (138,24,2). Sum of RGB (Red+Green+Blue) = 138+24+2=164 (21% of max value = 765). Red value is 138 (54.30% from 255 or 84.15% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1802 is #75E7FD. Grayscale: #373737. Windows color (decimal): -7727102 or 137354. OLE color: 137354.

HSL color Cylindrical-coordinate representation of color #8A1802: hue angle of 9.71º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A1802 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB138242-
CMYK00.830.990.46
HSL9.71º97.14%27.45%-
HSV(B)9.71º98.55%54.12%-
XYZ10.826.060.66-
YUV55.5897.77186.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 84.15%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=84.15%
G=14.63%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13824200.830.990.469.7197.1427.45
Hex8A182053632Ea611b
Octal2123020123143561214133
Binary1000101011000100101001111000111011101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A1802; }

 p { color: rgb(138,24,2); }

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

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

 a { background-color: rgb(138,24,2); }

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

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

 span { border-color: rgb(138,24,2); }

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