#A31618

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

Shades of Carmine #A31618

Tints of Carmine #A31618

Color information

#A31618 (or 0xA31618) is unknown color: approx Carmine. HEX triplet: A3, 16 and 18. RGB value is (163,22,24). Sum of RGB (Red+Green+Blue) = 163+22+24=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A31618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31618 is #5CE9E7. Grayscale: #404040. Windows color (decimal): -6089192 or 1578659. OLE color: 1578659.

HSL color Cylindrical-coordinate representation of color #A31618: hue angle of 359.15º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31618 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1632224-
CMYK00.870.850.36
HSL359.15º76.22%36.27%-
HSV(B)359.15º86.5%63.92%-
XYZ15.568.431.67-
YUV64.39105.21198.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 77.99%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=77.99%
G=10.53%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163222400.870.850.36359.1576.2236.27
HexA3161805755241674c24
Octal243263001271254454711444
Binary1010001110110110000101011110101011001001011001111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31618; }

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

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

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

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

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

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

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

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