Html Css Color HEX #9F121A Carmine

📋 copy color: '#9F121A'

red 159 ◦ green 18 ◦ blue 26

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

Shades of Carmine #9F121A

Tints of Carmine #9F121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

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

R = 78.33%
G = 8.87%
B = 12.81%

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

#9F121A (or 0x9F121A) is known color: Carmine. HEX triplet: 9F, 12 and 1A. RGB value is (159,18,26). Sum of RGB (Red+Green+Blue) = 159+18+26=203 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.33% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 159 - color contains mainly: red. Hex color #9F121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F121A is #60EDE5. Grayscale: #3D3D3D. Windows color (decimal): -6352358 or 1708703. OLE color: 1708703.

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

Color convert

RGB 159 18 26 -
CMYK 0 0.89 0.84 0.38
HSL 356.6º 0.8% 0.35% -
HSV(B) 356.6º 0.89% 0.62% -
XYZ 14.7 7.88 1.72 -
YUV 61.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 159 18 26 0 0.89 0.84 0.38 356.6 0.8 0.35
Hex 9F 12 1A 0 59 54 26 165 50 23
Octal 237 22 32 0 131 124 46 545 120 43
Binary 10011111 10010 11010 0 1011001 1010100 100110 101100101 1010000 100011

Color Harmonies of #9F121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F121A

Black with #9F121A

Text Example


Text Example

White with #9F121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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