Html Css Color HEX #9F1618 Carmine

📋 copy color: '#9F1618'

red 159 ◦ green 22 ◦ blue 24

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

Shades of Carmine #9F1618

Tints of Carmine #9F1618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 77.56%
G = 10.73%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F1618 (or 0x9F1618) is known color: Carmine. HEX triplet: 9F, 16 and 18. RGB value is (159,22,24). Sum of RGB (Red+Green+Blue) = 159+22+24=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1618 is #60E9E7. Grayscale: #3F3F3F. Windows color (decimal): -6351336 or 1578655. OLE color: 1578655.

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

Color convert

RGB 159 22 24 -
CMYK 0 0.86 0.85 0.38
HSL 359.12º 0.76% 0.35% -
HSV(B) 359.12º 0.86% 0.62% -
XYZ 14.75 8.01 1.63 -
YUV 63.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 159 22 24 0 0.86 0.85 0.38 359.12 0.76 0.35
Hex 9F 16 18 0 56 55 26 167 4C 23
Octal 237 26 30 0 126 125 46 547 114 43
Binary 10011111 10110 11000 0 1010110 1010101 100110 101100111 1001100 100011

Color Harmonies of #9F1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1618

Black with #9F1618

Text Example


Text Example

White with #9F1618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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