Html Css Color HEX #9F0112 Carmine

📋 copy color: '#9F0112'

red 159 ◦ green 1 ◦ blue 18

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

Shades of Carmine #9F0112

Tints of Carmine #9F0112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 89.33%
G = 0.56%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F0112 (or 0x9F0112) is known color: Carmine. HEX triplet: 9F, 01 and 12. RGB value is (159,1,18). Sum of RGB (Red+Green+Blue) = 159+1+18=178 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.33% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0112 is #60FEED. Grayscale: #323232. Windows color (decimal): -6356718 or 1180063. OLE color: 1180063.

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

Color convert

RGB 159 1 18 -
CMYK 0 0.99 0.89 0.38
HSL 353.54º 0.99% 0.31% -
HSV(B) 353.54º 0.99% 0.62% -
XYZ 14.42 7.44 1.25 -
YUV 50.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 159 1 18 0 0.99 0.89 0.38 353.54 0.99 0.31
Hex 9F 1 12 0 63 59 26 162 63 1F
Octal 237 1 22 0 143 131 46 542 143 37
Binary 10011111 1 10010 0 1100011 1011001 100110 101100010 1100011 11111

Color Harmonies of #9F0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0112

Black with #9F0112

Text Example


Text Example

White with #9F0112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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