Html Css Color HEX #9C1505 Dark Red

📋 copy color: '#9C1505'

red 156 ◦ green 21 ◦ blue 5

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

Shades of Dark Red #9C1505

Tints of Dark Red #9C1505

RGB

 RED value IS 156 (61.33% from 255) = 85.71%

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

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

R = 85.71%
G = 11.54%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9C1505 (or 0x9C1505) is known color: Dark Red. HEX triplet: 9C, 15 and 05. RGB value is (156,21,5). Sum of RGB (Red+Green+Blue) = 156+21+5=182 (24% of max value = 765). Red value is 156 (61.33% from 255 or 85.71% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1505 is #63EAFA. Grayscale: #3B3B3B. Windows color (decimal): -6548219 or 333212. OLE color: 333212.

HSL color Cylindrical-coordinate representation of color #9C1505: hue angle of 6.36º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C1505 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 21 5 -
CMYK 0 0.87 0.97 0.39
HSL 6.36º 0.94% 0.32% -
HSV(B) 6.36º 0.97% 0.61% -
XYZ 14.01 7.62 0.88 -
YUV 59.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 156 21 5 0 0.87 0.97 0.39 6.36 0.94 0.32
Hex 9C 15 5 0 57 61 27 6 5E 20
Octal 234 25 5 0 127 141 47 6 136 40
Binary 10011100 10101 101 0 1010111 1100001 100111 110 1011110 100000

Color Harmonies of #9C1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1505

Black with #9C1505

Text Example


Text Example

White with #9C1505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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