#8A0502

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

Shades of Dark Red #8A0502

Tints of Dark Red #8A0502

Color information

#8A0502 (or 0x8A0502) is unknown color: approx Dark Red. HEX triplet: 8A, 05 and 02. RGB value is (138,5,2). Sum of RGB (Red+Green+Blue) = 138+5+2=145 (19% of max value = 765). Red value is 138 (54.30% from 255 or 95.17% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0502 is #75FAFD. Grayscale: #2C2C2C. Windows color (decimal): -7731966 or 132490. OLE color: 132490.

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

Color convert

RGB13852-
CMYK00.960.990.46
HSL1.32º97.14%27.45%-
HSV(B)1.32º98.55%54.12%-
XYZ10.555.520.57-
YUV44.42104.06194.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 95.17%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=95.17%
G=3.45%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385200.960.990.461.3297.1427.45
Hex8A52060632E1611b
Octal21252014014356114133
Binary10001010101100110000011000111011101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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