Html Css Color HEX #9F161E Carmine

📋 copy color: '#9F161E'

red 159 ◦ green 22 ◦ blue 30

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

Shades of Carmine #9F161E

Tints of Carmine #9F161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.22%

R = 75.36%
G = 10.43%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F161E (or 0x9F161E) is known color: Carmine. HEX triplet: 9F, 16 and 1E. RGB value is (159,22,30). Sum of RGB (Red+Green+Blue) = 159+22+30=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F161E is #60E9E1. Grayscale: #3F3F3F. Windows color (decimal): -6351330 or 1971871. OLE color: 1971871.

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

Color convert

RGB 159 22 30 -
CMYK 0 0.86 0.81 0.38
HSL 356.5º 0.76% 0.35% -
HSV(B) 356.5º 0.86% 0.62% -
XYZ 14.82 8.04 2 -
YUV 63.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 159 22 30 0 0.86 0.81 0.38 356.5 0.76 0.35
Hex 9F 16 1E 0 56 51 26 164 4C 23
Octal 237 26 36 0 126 121 46 544 114 43
Binary 10011111 10110 11110 0 1010110 1010001 100110 101100100 1001100 100011

Color Harmonies of #9F161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F161E

Black with #9F161E

Text Example


Text Example

White with #9F161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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