Html Css Color HEX #9A1202 Dark Red

📋 copy color: '#9A1202'

red 154 ◦ green 18 ◦ blue 2

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

Shades of Dark Red #9A1202

Tints of Dark Red #9A1202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.34%

 BLUE value IS 2 (1.17% from 255) = 1.15%

R = 88.51%
G = 10.34%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#9A1202 (or 0x9A1202) is known color: Dark Red. HEX triplet: 9A, 12 and 02. RGB value is (154,18,2). Sum of RGB (Red+Green+Blue) = 154+18+2=174 (23% of max value = 765). Red value is 154 (60.55% from 255 or 88.51% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1202 is #65EDFD. Grayscale: #393939. Windows color (decimal): -6680062 or 135834. OLE color: 135834.

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

Color convert

RGB 154 18 2 -
CMYK 0 0.88 0.99 0.40
HSL 6.32º 0.97% 0.31% -
HSV(B) 6.32º 0.99% 0.6% -
XYZ 13.55 7.31 0.75 -
YUV 56.84 97.06 197.3 -
System Red Green Blue C M Y K H S L
Decimal 154 18 2 0 0.88 0.99 0.40 6.32 0.97 0.31
Hex 9A 12 2 0 58 63 28 6 61 1F
Octal 232 22 2 0 130 143 50 6 141 37
Binary 10011010 10010 10 0 1011000 1100011 101000 110 1100001 11111

Color Harmonies of #9A1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1202

Black with #9A1202

Text Example


Text Example

White with #9A1202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,18,2); }

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

background-color css

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

 a { background-color: rgb(154,18,2); }

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

border-color css

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

 span { border-color: rgb(154,18,2); }

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