Html Css Color HEX #9A0600 Dark Red

📋 copy color: '#9A0600'

red 154 ◦ green 6 ◦ blue 0

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

Shades of Dark Red #9A0600

Tints of Dark Red #9A0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.25%
G = 3.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A0600 (or 0x9A0600) is known color: Dark Red. HEX triplet: 9A, 06 and 00. RGB value is (154,6,0). Sum of RGB (Red+Green+Blue) = 154+6+0=160 (21% of max value = 765). Red value is 154 (60.55% from 255 or 96.25% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0600 is #65F9FF. Grayscale: #313131. Windows color (decimal): -6683136 or 1690. OLE color: 1690.

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

Color convert

RGB 154 6 0 -
CMYK 0 0.96 1 0.40
HSL 2.34º 1% 0.3% -
HSV(B) 2.34º 1% 0.6% -
XYZ 13.39 7 0.65 -
YUV 49.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 154 6 0 0 0.96 1 0.40 2.34 1 0.3
Hex 9A 6 0 0 60 64 28 2 64 1E
Octal 232 6 0 0 140 144 50 2 144 36
Binary 10011010 110 0 0 1100000 1100100 101000 10 1100100 11110

Color Harmonies of #9A0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0600

Black with #9A0600

Text Example


Text Example

White with #9A0600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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