#9A111C

Color #9A111C Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #9A111C

Tints of Carmine #9A111C

Color information

#9A111C (or 0x9A111C) is unknown color: approx Carmine. HEX triplet: 9A, 11 and 1C. RGB value is (154,17,28). Sum of RGB (Red+Green+Blue) = 154+17+28=199 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.39% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 154 - color contains mainly: red. Hex color #9A111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A111C is #65EEE3. Grayscale: #3B3B3B. Windows color (decimal): -6680292 or 1839514. OLE color: 1839514.

HSL color Cylindrical-coordinate representation of color #9A111C: hue angle of 355.18º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A111C is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1541728-
CMYK00.890.820.40
HSL355.18º80.12%33.53%-
HSV(B)355.18º88.96%60.39%-
XYZ13.747.351.79-
YUV59.22110.39195.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 77.39%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 28 (11.33% from 255) = 14.07%
R=77.39%
G=8.54%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154172800.890.820.40355.1880.1233.53
Hex9A111C05952281635022
Octal232213401311225054312042
Binary1001101010001111000101100110100101010001011000111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,17,28); }

 H1.HeaderClassName
 {
   color: #9A111C;
 }
 .AnyTagClassName
 {
   color: #9A111C;
 }
</style>
background-color css

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

 a { background-color: rgb(154,17,28); }

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

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

 span { border-color: rgb(154,17,28); }

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