Html Css Color HEX #9F0016 Carmine

📋 copy color: '#9F0016'

red 159 ◦ green 0 ◦ blue 22

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

Shades of Carmine #9F0016

Tints of Carmine #9F0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.85%
G = 0%
B = 12.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F0016 (or 0x9F0016) is known color: Carmine. HEX triplet: 9F, 00 and 16. RGB value is (159,0,22). Sum of RGB (Red+Green+Blue) = 159+0+22=181 (23% of max value = 765). Red value is 159 (62.5% from 255 or 87.85% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0016 is #60FFE9. Grayscale: #323232. Windows color (decimal): -6356970 or 1441951. OLE color: 1441951.

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

Color convert

RGB 159 0 22 -
CMYK 0 1 0.86 0.38
HSL 351.7º 1% 0.31% -
HSV(B) 351.7º 1% 0.62% -
XYZ 14.44 7.43 1.43 -
YUV 50.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 159 0 22 0 1 0.86 0.38 351.7 1 0.31
Hex 9F 0 16 0 64 56 26 160 64 1F
Octal 237 0 26 0 144 126 46 540 144 37
Binary 10011111 0 10110 0 1100100 1010110 100110 101100000 1100100 11111

Color Harmonies of #9F0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0016

Black with #9F0016

Text Example


Text Example

White with #9F0016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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