#A91416

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

Shades of Carmine #A91416

Tints of Carmine #A91416

Color information

#A91416 (or 0xA91416) is unknown color: approx Carmine. HEX triplet: A9, 14 and 16. RGB value is (169,20,22). Sum of RGB (Red+Green+Blue) = 169+20+22=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A91416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91416 is #56EBE9. Grayscale: #404040. Windows color (decimal): -5696490 or 1447081. OLE color: 1447081.

HSL color Cylindrical-coordinate representation of color #A91416: hue angle of 359.19º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91416 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB1692022-
CMYK00.880.870.34
HSL359.19º78.84%37.06%-
HSV(B)359.19º88.17%66.27%-
XYZ16.768.991.61-
YUV64.78103.86202.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 80.09%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 22 (8.98% from 255) = 10.43%
R=80.09%
G=9.48%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169202200.880.870.34359.1978.8437.06
HexA9141605857221674f25
Octal251242601301274254711745
Binary1010100110100101100101100010101111000101011001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91416; }

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

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

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

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

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

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

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

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