Html Css Color HEX #9E160B Dark Red

📋 copy color: '#9E160B'

red 158 ◦ green 22 ◦ blue 11

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

Shades of Dark Red #9E160B

Tints of Dark Red #9E160B

RGB

 RED value IS 158 (62.11% from 255) = 82.72%

 GREEN value IS 22 (8.98% from 255) = 11.52%

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

R = 82.72%
G = 11.52%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9E160B (or 0x9E160B) is known color: Dark Red. HEX triplet: 9E, 16 and 0B. RGB value is (158,22,11). Sum of RGB (Red+Green+Blue) = 158+22+11=191 (25% of max value = 765). Red value is 158 (62.11% from 255 or 82.72% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 158 - color contains mainly: red. Hex color #9E160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E160B is #61E9F4. Grayscale: #3D3D3D. Windows color (decimal): -6416885 or 726686. OLE color: 726686.

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

Color convert

RGB 158 22 11 -
CMYK 0 0.86 0.93 0.38
HSL 4.49º 0.87% 0.33% -
HSV(B) 4.49º 0.93% 0.62% -
XYZ 14.45 7.87 1.07 -
YUV 61.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 158 22 11 0 0.86 0.93 0.38 4.49 0.87 0.33
Hex 9E 16 B 0 56 5D 26 4 57 21
Octal 236 26 13 0 126 135 46 4 127 41
Binary 10011110 10110 1011 0 1010110 1011101 100110 100 1010111 100001

Color Harmonies of #9E160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E160B

Black with #9E160B

Text Example


Text Example

White with #9E160B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,22,11); }

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

background-color css

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

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

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

border-color css

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

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

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