Html Css Color HEX #9F161D Carmine

📋 copy color: '#9F161D'

red 159 ◦ green 22 ◦ blue 29

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

Shades of Carmine #9F161D

Tints of Carmine #9F161D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 75.71%
G = 10.48%
B = 13.81%

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

#9F161D (or 0x9F161D) is known color: Carmine. HEX triplet: 9F, 16 and 1D. RGB value is (159,22,29). Sum of RGB (Red+Green+Blue) = 159+22+29=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F161D is #60E9E2. Grayscale: #3F3F3F. Windows color (decimal): -6351331 or 1906335. OLE color: 1906335.

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

Color convert

RGB 159 22 29 -
CMYK 0 0.86 0.82 0.38
HSL 356.93º 0.76% 0.35% -
HSV(B) 356.93º 0.86% 0.62% -
XYZ 14.81 8.03 1.93 -
YUV 63.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 159 22 29 0 0.86 0.82 0.38 356.93 0.76 0.35
Hex 9F 16 1D 0 56 52 26 165 4C 23
Octal 237 26 35 0 126 122 46 545 114 43
Binary 10011111 10110 11101 0 1010110 1010010 100110 101100101 1001100 100011

Color Harmonies of #9F161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F161D

Black with #9F161D

Text Example


Text Example

White with #9F161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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