#8A1503

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

Shades of Dark Red #8A1503

Tints of Dark Red #8A1503

Color information

#8A1503 (or 0x8A1503) is unknown color: approx Dark Red. HEX triplet: 8A, 15 and 03. RGB value is (138,21,3). Sum of RGB (Red+Green+Blue) = 138+21+3=162 (21% of max value = 765). Red value is 138 (54.30% from 255 or 85.19% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1503 is #75EAFC. Grayscale: #363636. Windows color (decimal): -7727869 or 202122. OLE color: 202122.

HSL color Cylindrical-coordinate representation of color #8A1503: hue angle of 8º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A1503 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB138213-
CMYK00.850.980.46
HSL95.74%27.65%-
HSV(B)97.83%54.12%-
XYZ10.775.950.67-
YUV53.9399.26187.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 85.19%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=85.19%
G=12.96%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13821300.850.980.46895.7427.65
Hex8A153055622E8601c
Octal2122530125142561014034
Binary1000101010101110101010111000101011101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,21,3); }

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

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

 a { background-color: rgb(138,21,3); }

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

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

 span { border-color: rgb(138,21,3); }

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