Html Css Color HEX #9F112B Carmine

📋 copy color: '#9F112B'

red 159 ◦ green 17 ◦ blue 43

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

Shades of Carmine #9F112B

Tints of Carmine #9F112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.76%

 BLUE value IS 43 (17.19% from 255) = 19.63%

R = 72.6%
G = 7.76%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9F112B (or 0x9F112B) is known color: Carmine. HEX triplet: 9F, 11 and 2B. RGB value is (159,17,43). Sum of RGB (Red+Green+Blue) = 159+17+43=219 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.60% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 159 - color contains mainly: red. Hex color #9F112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F112B is #60EED4. Grayscale: #3E3E3E. Windows color (decimal): -6352597 or 2822559. OLE color: 2822559.

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

Color convert

RGB 159 17 43 -
CMYK 0 0.89 0.73 0.38
HSL 349.01º 0.81% 0.35% -
HSV(B) 349.01º 0.89% 0.62% -
XYZ 14.93 7.95 3.03 -
YUV 62.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 159 17 43 0 0.89 0.73 0.38 349.01 0.81 0.35
Hex 9F 11 2B 0 59 49 26 15D 51 23
Octal 237 21 53 0 131 111 46 535 121 43
Binary 10011111 10001 101011 0 1011001 1001001 100110 101011101 1010001 100011

Color Harmonies of #9F112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F112B

Black with #9F112B

Text Example


Text Example

White with #9F112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,17,43); }

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

background-color css

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

 a { background-color: rgb(159,17,43); }

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

border-color css

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

 span { border-color: rgb(159,17,43); }

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