Html Css Color HEX #9F101A Carmine

📋 copy color: '#9F101A'

red 159 ◦ green 16 ◦ blue 26

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

Shades of Carmine #9F101A

Tints of Carmine #9F101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

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

R = 79.1%
G = 7.96%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F101A (or 0x9F101A) is known color: Carmine. HEX triplet: 9F, 10 and 1A. RGB value is (159,16,26). Sum of RGB (Red+Green+Blue) = 159+16+26=201 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.10% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 159 - color contains mainly: red. Hex color #9F101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F101A is #60EFE5. Grayscale: #3B3B3B. Windows color (decimal): -6352870 or 1708191. OLE color: 1708191.

HSL color Cylindrical-coordinate representation of color #9F101A: hue angle of 355.8º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F101A is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 16 26 -
CMYK 0 0.90 0.84 0.38
HSL 355.8º 0.82% 0.34% -
HSV(B) 355.8º 0.9% 0.62% -
XYZ 14.67 7.82 1.71 -
YUV 59.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 159 16 26 0 0.90 0.84 0.38 355.8 0.82 0.34
Hex 9F 10 1A 0 5A 54 26 164 52 22
Octal 237 20 32 0 132 124 46 544 122 42
Binary 10011111 10000 11010 0 1011010 1010100 100110 101100100 1010010 100010

Color Harmonies of #9F101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F101A

Black with #9F101A

Text Example


Text Example

White with #9F101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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