Html Css Color HEX #9F1126 Carmine

📋 copy color: '#9F1126'

red 159 ◦ green 17 ◦ blue 38

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

Shades of Carmine #9F1126

Tints of Carmine #9F1126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.76%

R = 74.3%
G = 7.94%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9F1126 (or 0x9F1126) is known color: Carmine. HEX triplet: 9F, 11 and 26. RGB value is (159,17,38). Sum of RGB (Red+Green+Blue) = 159+17+38=214 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.30% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1126 is #60EED9. Grayscale: #3D3D3D. Windows color (decimal): -6352602 or 2494879. OLE color: 2494879.

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

Color convert

RGB 159 17 38 -
CMYK 0 0.89 0.76 0.38
HSL 351.13º 0.81% 0.35% -
HSV(B) 351.13º 0.89% 0.62% -
XYZ 14.85 7.91 2.58 -
YUV 61.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 159 17 38 0 0.89 0.76 0.38 351.13 0.81 0.35
Hex 9F 11 26 0 59 4C 26 15F 51 23
Octal 237 21 46 0 131 114 46 537 121 43
Binary 10011111 10001 100110 0 1011001 1001100 100110 101011111 1010001 100011

Color Harmonies of #9F1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1126

Black with #9F1126

Text Example


Text Example

White with #9F1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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