Html Css Color HEX #9A1006 Dark Red

📋 copy color: '#9A1006'

red 154 ◦ green 16 ◦ blue 6

#9A1006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #9A1006

Tints of Dark Red #9A1006

RGB

 RED value IS 154 (60.55% from 255) = 87.5%

 GREEN value IS 16 (6.64% from 255) = 9.09%

 BLUE value IS 6 (2.73% from 255) = 3.41%

R = 87.5%
G = 9.09%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#9A1006 (or 0x9A1006) is known color: Dark Red. HEX triplet: 9A, 10 and 06. RGB value is (154,16,6). Sum of RGB (Red+Green+Blue) = 154+16+6=176 (23% of max value = 765). Red value is 154 (60.55% from 255 or 87.5% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1006 is #65EFF9. Grayscale: #383838. Windows color (decimal): -6680570 or 397466. OLE color: 397466.

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

Color convert

RGB 154 16 6 -
CMYK 0 0.90 0.96 0.40
HSL 4.05º 0.93% 0.31% -
HSV(B) 4.05º 0.96% 0.6% -
XYZ 13.54 7.25 0.86 -
YUV 56.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 154 16 6 0 0.90 0.96 0.40 4.05 0.93 0.31
Hex 9A 10 6 0 5A 60 28 4 5C 1F
Octal 232 20 6 0 132 140 50 4 134 37
Binary 10011010 10000 110 0 1011010 1100000 101000 100 1011100 11111

Color Harmonies of #9A1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1006

Black with #9A1006

Text Example


Text Example

White with #9A1006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,16,6); }

 H1.HeaderClassName
 {
   color: #9A1006;
 }
 .AnyTagClassName
 {
   color: #9A1006;
 }
</style>

background-color css

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

 a { background-color: rgb(154,16,6); }

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

border-color css

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

 span { border-color: rgb(154,16,6); }

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