Html Css Color HEX #9F161C Carmine

📋 copy color: '#9F161C'

red 159 ◦ green 22 ◦ blue 28

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

Shades of Carmine #9F161C

Tints of Carmine #9F161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.53%

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 76.08%
G = 10.53%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F161C (or 0x9F161C) is known color: Carmine. HEX triplet: 9F, 16 and 1C. RGB value is (159,22,28). Sum of RGB (Red+Green+Blue) = 159+22+28=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F161C is #60E9E3. Grayscale: #3F3F3F. Windows color (decimal): -6351332 or 1840799. OLE color: 1840799.

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

Color convert

RGB 159 22 28 -
CMYK 0 0.86 0.82 0.38
HSL 357.37º 0.76% 0.35% -
HSV(B) 357.37º 0.86% 0.62% -
XYZ 14.79 8.03 1.87 -
YUV 63.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 159 22 28 0 0.86 0.82 0.38 357.37 0.76 0.35
Hex 9F 16 1C 0 56 52 26 165 4C 23
Octal 237 26 34 0 126 122 46 545 114 43
Binary 10011111 10110 11100 0 1010110 1010010 100110 101100101 1001100 100011

Color Harmonies of #9F161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F161C

Black with #9F161C

Text Example


Text Example

White with #9F161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,28); }

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

background-color css

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

 a { background-color: rgb(159,22,28); }

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

border-color css

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

 span { border-color: rgb(159,22,28); }

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