Html Css Color HEX #9F0116 Carmine

📋 copy color: '#9F0116'

red 159 ◦ green 1 ◦ blue 22

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

Shades of Carmine #9F0116

Tints of Carmine #9F0116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 87.36%
G = 0.55%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F0116 (or 0x9F0116) is known color: Carmine. HEX triplet: 9F, 01 and 16. RGB value is (159,1,22). Sum of RGB (Red+Green+Blue) = 159+1+22=182 (24% of max value = 765). Red value is 159 (62.5% from 255 or 87.36% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0116 is #60FEE9. Grayscale: #323232. Windows color (decimal): -6356714 or 1442207. OLE color: 1442207.

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

Color convert

RGB 159 1 22 -
CMYK 0 0.99 0.86 0.38
HSL 352.03º 0.99% 0.31% -
HSV(B) 352.03º 0.99% 0.62% -
XYZ 14.45 7.45 1.44 -
YUV 50.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 159 1 22 0 0.99 0.86 0.38 352.03 0.99 0.31
Hex 9F 1 16 0 63 56 26 160 63 1F
Octal 237 1 26 0 143 126 46 540 143 37
Binary 10011111 1 10110 0 1100011 1010110 100110 101100000 1100011 11111

Color Harmonies of #9F0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0116

Black with #9F0116

Text Example


Text Example

White with #9F0116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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