Html Css Color HEX #9F160B Dark Red

📋 copy color: '#9F160B'

red 159 ◦ green 22 ◦ blue 11

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

Shades of Dark Red #9F160B

Tints of Dark Red #9F160B

RGB

 RED value IS 159 (62.5% from 255) = 82.81%

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

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

R = 82.81%
G = 11.46%
B = 5.73%

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

#9F160B (or 0x9F160B) is known color: Dark Red. HEX triplet: 9F, 16 and 0B. RGB value is (159,22,11). Sum of RGB (Red+Green+Blue) = 159+22+11=192 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.81% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 159 - color contains mainly: red. Hex color #9F160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F160B is #60E9F4. Grayscale: #3D3D3D. Windows color (decimal): -6351349 or 726687. OLE color: 726687.

HSL color Cylindrical-coordinate representation of color #9F160B: hue angle of 4.46º 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 #9F160B is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 22 11 -
CMYK 0 0.86 0.93 0.38
HSL 4.46º 0.87% 0.33% -
HSV(B) 4.46º 0.93% 0.62% -
XYZ 14.65 7.97 1.08 -
YUV 61.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 159 22 11 0 0.86 0.93 0.38 4.46 0.87 0.33
Hex 9F 16 B 0 56 5D 26 4 57 21
Octal 237 26 13 0 126 135 46 4 127 41
Binary 10011111 10110 1011 0 1010110 1011101 100110 100 1010111 100001

Color Harmonies of #9F160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F160B

Black with #9F160B

Text Example


Text Example

White with #9F160B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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