#9A1604

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

Shades of Dark Red #9A1604

Tints of Dark Red #9A1604

Color information

#9A1604 (or 0x9A1604) is unknown color: approx Dark Red. HEX triplet: 9A, 16 and 04. RGB value is (154,22,4). Sum of RGB (Red+Green+Blue) = 154+22+4=180 (23% of max value = 765). Red value is 154 (60.55% from 255 or 85.56% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1604 is #65E9FB. Grayscale: #3B3B3B. Windows color (decimal): -6679036 or 267930. OLE color: 267930.

HSL color Cylindrical-coordinate representation of color #9A1604: hue angle of 7.2º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A1604 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB154224-
CMYK00.860.970.40
HSL7.2º94.94%30.98%-
HSV(B)7.2º97.4%60.39%-
XYZ13.647.450.83-
YUV59.4296.73195.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 85.56%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 4 (1.95% from 255) = 2.22%
R=85.56%
G=12.22%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15422400.860.970.407.294.9430.98
Hex9A164056612875f1f
Octal232264012614150713737
Binary1001101010110100010101101100001101000111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A1604; }

 p { color: rgb(154,22,4); }

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

<style>
 a { background-color: #9A1604; }

 a { background-color: rgb(154,22,4); }

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

<style>
 span { border-color: #9A1604; }

 span { border-color: rgb(154,22,4); }

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