#8A0402

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

Shades of Dark Red #8A0402

Tints of Dark Red #8A0402

Color information

#8A0402 (or 0x8A0402) is unknown color: approx Dark Red. HEX triplet: 8A, 04 and 02. RGB value is (138,4,2). Sum of RGB (Red+Green+Blue) = 138+4+2=144 (19% of max value = 765). Red value is 138 (54.30% from 255 or 95.83% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0402 is #75FBFD. Grayscale: #2B2B2B. Windows color (decimal): -7732222 or 132234. OLE color: 132234.

HSL color Cylindrical-coordinate representation of color #8A0402: hue angle of 0.88º 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 #8A0402 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB13842-
CMYK00.970.990.46
HSL0.88º97.14%27.45%-
HSV(B)0.88º98.55%54.12%-
XYZ10.545.490.56-
YUV43.84104.39195.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 95.83%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=95.83%
G=2.78%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384200.970.990.460.8897.1427.45
Hex8A42061632E1611b
Octal21242014114356114133
Binary10001010100100110000111000111011101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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