#a91116

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

Shades of Carmine #A91116

Tints of Carmine #A91116

Color information

#A91116 (or 0xA91116) is unknown color: approx Carmine. HEX triplet: A9, 11 and 16. RGB value is (169,17,22). Sum of RGB (Red+Green+Blue) = 169+17+22=208 (27% of max value = 765). Red value is 169 (66.41% from 255 or 81.25% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 169 - color contains mainly: red. Hex color #A91116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91116 is #56EEE9. Grayscale: #3F3F3F. Windows color (decimal): -5697258 or 1446313. OLE color: 1446313.

HSL color Cylindrical-coordinate representation of color #A91116: hue angle of 358.03º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91116 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB1691722-
CMYK00.900.870.34
HSL358.03º81.72%36.47%-
HSV(B)358.03º89.94%66.27%-
XYZ16.718.891.6-
YUV63.02104.86203.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 81.25%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 22 (8.98% from 255) = 10.58%
R=81.25%
G=8.17%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169172200.900.870.34358.0381.7236.47
HexA9111605A57221665224
Octal251212601321274254612244
Binary1010100110001101100101101010101111000101011001101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a91116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a91116; }

 p { color: rgb(169,17,22); }

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

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

 a { background-color: rgb(169,17,22); }

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

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

 span { border-color: rgb(169,17,22); }

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