Html Css Color HEX #9F102E Carmine

📋 copy color: '#9F102E'

red 159 ◦ green 16 ◦ blue 46

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

Shades of Carmine #9F102E

Tints of Carmine #9F102E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.81%

R = 71.95%
G = 7.24%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9F102E (or 0x9F102E) is known color: Carmine. HEX triplet: 9F, 10 and 2E. RGB value is (159,16,46). Sum of RGB (Red+Green+Blue) = 159+16+46=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F102E is #60EFD1. Grayscale: #3E3E3E. Windows color (decimal): -6352850 or 3018911. OLE color: 3018911.

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

Color convert

RGB 159 16 46 -
CMYK 0 0.90 0.71 0.38
HSL 347.41º 0.82% 0.34% -
HSV(B) 347.41º 0.9% 0.62% -
XYZ 14.98 7.94 3.33 -
YUV 62.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 159 16 46 0 0.90 0.71 0.38 347.41 0.82 0.34
Hex 9F 10 2E 0 5A 47 26 15B 52 22
Octal 237 20 56 0 132 107 46 533 122 42
Binary 10011111 10000 101110 0 1011010 1000111 100110 101011011 1010010 100010

Color Harmonies of #9F102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F102E

Black with #9F102E

Text Example


Text Example

White with #9F102E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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