Html Css Color HEX #9C0B0B Dark Red

📋 copy color: '#9C0B0B'

red 156 ◦ green 11 ◦ blue 11

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

Shades of Dark Red #9C0B0B

Tints of Dark Red #9C0B0B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.18%

 BLUE value IS 11 (4.69% from 255) = 6.18%

R = 87.64%
G = 6.18%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9C0B0B (or 0x9C0B0B) is known color: Dark Red. HEX triplet: 9C, 0B and 0B. RGB value is (156,11,11). Sum of RGB (Red+Green+Blue) = 156+11+11=178 (23% of max value = 765). Red value is 156 (61.33% from 255 or 87.64% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0B0B is #63F4F4. Grayscale: #363636. Windows color (decimal): -6550773 or 723868. OLE color: 723868.

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

Color convert

RGB 156 11 11 -
CMYK 0 0.93 0.93 0.39
HSL 0.87% 0.33% -
HSV(B) 0.93% 0.61% -
XYZ 13.89 7.33 1 -
YUV 54.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 156 11 11 0 0.93 0.93 0.39 0 0.87 0.33
Hex 9C B B 0 5D 5D 27 0 57 21
Octal 234 13 13 0 135 135 47 0 127 41
Binary 10011100 1011 1011 0 1011101 1011101 100111 0 1010111 100001

Color Harmonies of #9C0B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B0B

Black with #9C0B0B

Text Example


Text Example

White with #9C0B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,11,11); }

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

background-color css

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

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

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

border-color css

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

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

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