Html Css Color HEX #9C1508 Dark Red

📋 copy color: '#9C1508'

red 156 ◦ green 21 ◦ blue 8

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

Shades of Dark Red #9C1508

Tints of Dark Red #9C1508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.32%

R = 84.32%
G = 11.35%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9C1508 (or 0x9C1508) is known color: Dark Red. HEX triplet: 9C, 15 and 08. RGB value is (156,21,8). Sum of RGB (Red+Green+Blue) = 156+21+8=185 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.32% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1508 is #63EAF7. Grayscale: #3C3C3C. Windows color (decimal): -6548216 or 529820. OLE color: 529820.

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

Color convert

RGB 156 21 8 -
CMYK 0 0.87 0.95 0.39
HSL 5.27º 0.9% 0.32% -
HSV(B) 5.27º 0.95% 0.61% -
XYZ 14.02 7.62 0.96 -
YUV 59.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 156 21 8 0 0.87 0.95 0.39 5.27 0.9 0.32
Hex 9C 15 8 0 57 5F 27 5 5A 20
Octal 234 25 10 0 127 137 47 5 132 40
Binary 10011100 10101 1000 0 1010111 1011111 100111 101 1011010 100000

Color Harmonies of #9C1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1508

Black with #9C1508

Text Example


Text Example

White with #9C1508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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