Html Css Color HEX #9F111A Carmine

📋 copy color: '#9F111A'

red 159 ◦ green 17 ◦ blue 26

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

Shades of Carmine #9F111A

Tints of Carmine #9F111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.42%

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

R = 78.71%
G = 8.42%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F111A (or 0x9F111A) is known color: Carmine. HEX triplet: 9F, 11 and 1A. RGB value is (159,17,26). Sum of RGB (Red+Green+Blue) = 159+17+26=202 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.71% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 159 - color contains mainly: red. Hex color #9F111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F111A is #60EEE5. Grayscale: #3C3C3C. Windows color (decimal): -6352614 or 1708447. OLE color: 1708447.

HSL color Cylindrical-coordinate representation of color #9F111A: hue angle of 356.2º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F111A is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 17 26 -
CMYK 0 0.89 0.84 0.38
HSL 356.2º 0.81% 0.35% -
HSV(B) 356.2º 0.89% 0.62% -
XYZ 14.68 7.85 1.72 -
YUV 60.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 159 17 26 0 0.89 0.84 0.38 356.2 0.81 0.35
Hex 9F 11 1A 0 59 54 26 164 51 23
Octal 237 21 32 0 131 124 46 544 121 43
Binary 10011111 10001 11010 0 1011001 1010100 100110 101100100 1010001 100011

Color Harmonies of #9F111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F111A

Black with #9F111A

Text Example


Text Example

White with #9F111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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