#A91018

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

Shades of Carmine #A91018

Tints of Carmine #A91018

Color information

#A91018 (or 0xA91018) is unknown color: approx Carmine. HEX triplet: A9, 10 and 18. RGB value is (169,16,24). Sum of RGB (Red+Green+Blue) = 169+16+24=209 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.86% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 169 - color contains mainly: red. Hex color #A91018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91018 is #56EFE7. Grayscale: #3E3E3E. Windows color (decimal): -5697512 or 1577129. OLE color: 1577129.

HSL color Cylindrical-coordinate representation of color #A91018: hue angle of 356.86º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91018 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB1691624-
CMYK00.910.860.34
HSL356.86º82.7%36.27%-
HSV(B)356.86º90.53%66.27%-
XYZ16.718.871.7-
YUV62.66106.19203.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 80.86%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=80.86%
G=7.66%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169162400.910.860.34356.8682.736.27
HexA9101805B56221655324
Octal251203001331264254512344
Binary1010100110000110000101101110101101000101011001011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91018; }

 p { color: rgb(169,16,24); }

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

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

 a { background-color: rgb(169,16,24); }

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

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

 span { border-color: rgb(169,16,24); }

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