#A91618

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

Shades of Carmine #A91618

Tints of Carmine #A91618

Color information

#A91618 (or 0xA91618) is unknown color: approx Carmine. HEX triplet: A9, 16 and 18. RGB value is (169,22,24). Sum of RGB (Red+Green+Blue) = 169+22+24=215 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.60% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 169 - color contains mainly: red. Hex color #A91618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91618 is #56E9E7. Grayscale: #424242. Windows color (decimal): -5695976 or 1578665. OLE color: 1578665.

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

Color convert

RGB1692224-
CMYK00.870.860.34
HSL359.18º76.96%37.45%-
HSV(B)359.18º86.98%66.27%-
XYZ16.819.071.73-
YUV66.18104.2201.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 78.60%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 24 (9.77% from 255) = 11.16%
R=78.60%
G=10.23%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169222400.870.860.34359.1876.9637.45
HexA9161805756221674d25
Octal251263001271264254711545
Binary1010100110110110000101011110101101000101011001111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91618; }

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

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

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

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

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

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

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

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