Html Css Color HEX #9A0C01 Dark Red

📋 copy color: '#9A0C01'

red 154 ◦ green 12 ◦ blue 1

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

Shades of Dark Red #9A0C01

Tints of Dark Red #9A0C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.19%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 92.22%
G = 7.19%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#9A0C01 (or 0x9A0C01) is known color: Dark Red. HEX triplet: 9A, 0C and 01. RGB value is (154,12,1). Sum of RGB (Red+Green+Blue) = 154+12+1=167 (22% of max value = 765). Red value is 154 (60.55% from 255 or 92.22% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0C01 is #65F3FE. Grayscale: #353535. Windows color (decimal): -6681599 or 68762. OLE color: 68762.

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

Color convert

RGB 154 12 1 -
CMYK 0 0.92 0.99 0.40
HSL 4.31º 0.99% 0.3% -
HSV(B) 4.31º 0.99% 0.6% -
XYZ 13.46 7.14 0.7 -
YUV 53.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 154 12 1 0 0.92 0.99 0.40 4.31 0.99 0.3
Hex 9A C 1 0 5C 63 28 4 63 1E
Octal 232 14 1 0 134 143 50 4 143 36
Binary 10011010 1100 1 0 1011100 1100011 101000 100 1100011 11110

Color Harmonies of #9A0C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0C01

Black with #9A0C01

Text Example


Text Example

White with #9A0C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,12,1); }

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

background-color css

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

 a { background-color: rgb(154,12,1); }

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

border-color css

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

 span { border-color: rgb(154,12,1); }

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