#9A111B

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

Shades of Carmine #9A111B

Tints of Carmine #9A111B

Color information

#9A111B (or 0x9A111B) is unknown color: approx Carmine. HEX triplet: 9A, 11 and 1B. RGB value is (154,17,27). Sum of RGB (Red+Green+Blue) = 154+17+27=198 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.78% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 154 - color contains mainly: red. Hex color #9A111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A111B is #65EEE4. Grayscale: #3B3B3B. Windows color (decimal): -6680293 or 1773978. OLE color: 1773978.

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

Color convert

RGB1541727-
CMYK00.890.820.40
HSL355.62º80.12%33.53%-
HSV(B)355.62º88.96%60.39%-
XYZ13.727.351.73-
YUV59.1109.89195.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 77.78%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=77.78%
G=8.59%
B=13.64%

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
Decimal154172700.890.820.40355.6280.1233.53
Hex9A111B05952281645022
Octal232213301311225054412042
Binary1001101010001110110101100110100101010001011001001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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