Html Css Color HEX #9F0012 Carmine

📋 copy color: '#9F0012'

red 159 ◦ green 0 ◦ blue 18

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

Shades of Carmine #9F0012

Tints of Carmine #9F0012

RGB

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

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

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

R = 89.83%
G = 0%
B = 10.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F0012 (or 0x9F0012) is known color: Carmine. HEX triplet: 9F, 00 and 12. RGB value is (159,0,18). Sum of RGB (Red+Green+Blue) = 159+0+18=177 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.83% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0012 is #60FFED. Grayscale: #313131. Windows color (decimal): -6356974 or 1179807. OLE color: 1179807.

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

Color convert

RGB 159 0 18 -
CMYK 0 1 0.89 0.38
HSL 353.21º 1% 0.31% -
HSV(B) 353.21º 1% 0.62% -
XYZ 14.41 7.41 1.24 -
YUV 49.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 159 0 18 0 1 0.89 0.38 353.21 1 0.31
Hex 9F 0 12 0 64 59 26 161 64 1F
Octal 237 0 22 0 144 131 46 541 144 37
Binary 10011111 0 10010 0 1100100 1011001 100110 101100001 1100100 11111

Color Harmonies of #9F0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0012

Black with #9F0012

Text Example


Text Example

White with #9F0012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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