Html Css Color HEX #9A1505 Dark Red

📋 copy color: '#9A1505'

red 154 ◦ green 21 ◦ blue 5

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

Shades of Dark Red #9A1505

Tints of Dark Red #9A1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

 BLUE value IS 5 (2.34% from 255) = 2.78%

R = 85.56%
G = 11.67%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#9A1505 (or 0x9A1505) is known color: Dark Red. HEX triplet: 9A, 15 and 05. RGB value is (154,21,5). Sum of RGB (Red+Green+Blue) = 154+21+5=180 (23% of max value = 765). Red value is 154 (60.55% from 255 or 85.56% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1505 is #65EAFA. Grayscale: #3B3B3B. Windows color (decimal): -6679291 or 333210. OLE color: 333210.

HSL color Cylindrical-coordinate representation of color #9A1505: hue angle of 6.44º degrees, saturation: 0.94, 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 #9A1505 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 21 5 -
CMYK 0 0.86 0.97 0.40
HSL 6.44º 0.94% 0.31% -
HSV(B) 6.44º 0.97% 0.6% -
XYZ 13.62 7.42 0.86 -
YUV 58.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 154 21 5 0 0.86 0.97 0.40 6.44 0.94 0.31
Hex 9A 15 5 0 56 61 28 6 5E 1F
Octal 232 25 5 0 126 141 50 6 136 37
Binary 10011010 10101 101 0 1010110 1100001 101000 110 1011110 11111

Color Harmonies of #9A1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1505

Black with #9A1505

Text Example


Text Example

White with #9A1505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,21,5); }

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

background-color css

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

 a { background-color: rgb(154,21,5); }

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

border-color css

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

 span { border-color: rgb(154,21,5); }

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