Html Css Color HEX #9F011A Carmine

📋 copy color: '#9F011A'

red 159 ◦ green 1 ◦ blue 26

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

Shades of Carmine #9F011A

Tints of Carmine #9F011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 85.48%
G = 0.54%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F011A (or 0x9F011A) is known color: Carmine. HEX triplet: 9F, 01 and 1A. RGB value is (159,1,26). Sum of RGB (Red+Green+Blue) = 159+1+26=186 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.48% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 159 - color contains mainly: red. Hex color #9F011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F011A is #60FEE5. Grayscale: #333333. Windows color (decimal): -6356710 or 1704351. OLE color: 1704351.

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

Color convert

RGB 159 1 26 -
CMYK 0 0.99 0.84 0.38
HSL 350.51º 0.99% 0.31% -
HSV(B) 350.51º 0.99% 0.62% -
XYZ 14.5 7.47 1.65 -
YUV 51.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 159 1 26 0 0.99 0.84 0.38 350.51 0.99 0.31
Hex 9F 1 1A 0 63 54 26 15F 63 1F
Octal 237 1 32 0 143 124 46 537 143 37
Binary 10011111 1 11010 0 1100011 1010100 100110 101011111 1100011 11111

Color Harmonies of #9F011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F011A

Black with #9F011A

Text Example


Text Example

White with #9F011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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