Html Css Color HEX #9F161A Carmine

📋 copy color: '#9F161A'

red 159 ◦ green 22 ◦ blue 26

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

Shades of Carmine #9F161A

Tints of Carmine #9F161A

RGB

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

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

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

R = 76.81%
G = 10.63%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F161A (or 0x9F161A) is known color: Carmine. HEX triplet: 9F, 16 and 1A. RGB value is (159,22,26). Sum of RGB (Red+Green+Blue) = 159+22+26=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F161A is #60E9E5. Grayscale: #3F3F3F. Windows color (decimal): -6351334 or 1709727. OLE color: 1709727.

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

Color convert

RGB 159 22 26 -
CMYK 0 0.86 0.84 0.38
HSL 358.25º 0.76% 0.35% -
HSV(B) 358.25º 0.86% 0.62% -
XYZ 14.77 8.02 1.75 -
YUV 63.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 159 22 26 0 0.86 0.84 0.38 358.25 0.76 0.35
Hex 9F 16 1A 0 56 54 26 166 4C 23
Octal 237 26 32 0 126 124 46 546 114 43
Binary 10011111 10110 11010 0 1010110 1010100 100110 101100110 1001100 100011

Color Harmonies of #9F161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F161A

Black with #9F161A

Text Example


Text Example

White with #9F161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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