Html Css Color HEX #9F151A Carmine

📋 copy color: '#9F151A'

red 159 ◦ green 21 ◦ blue 26

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

Shades of Carmine #9F151A

Tints of Carmine #9F151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

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

R = 77.18%
G = 10.19%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F151A (or 0x9F151A) is known color: Carmine. HEX triplet: 9F, 15 and 1A. RGB value is (159,21,26). Sum of RGB (Red+Green+Blue) = 159+21+26=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F151A is #60EAE5. Grayscale: #3E3E3E. Windows color (decimal): -6351590 or 1709471. OLE color: 1709471.

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

Color convert

RGB 159 21 26 -
CMYK 0 0.87 0.84 0.38
HSL 357.83º 0.77% 0.35% -
HSV(B) 357.83º 0.87% 0.62% -
XYZ 14.75 7.98 1.74 -
YUV 62.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 159 21 26 0 0.87 0.84 0.38 357.83 0.77 0.35
Hex 9F 15 1A 0 57 54 26 166 4D 23
Octal 237 25 32 0 127 124 46 546 115 43
Binary 10011111 10101 11010 0 1010111 1010100 100110 101100110 1001101 100011

Color Harmonies of #9F151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F151A

Black with #9F151A

Text Example


Text Example

White with #9F151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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