#A61314

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

Shades of Carmine #A61314

Tints of Carmine #A61314

Color information

#A61314 (or 0xA61314) is unknown color: approx Carmine. HEX triplet: A6, 13 and 14. RGB value is (166,19,20). Sum of RGB (Red+Green+Blue) = 166+19+20=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A61314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61314 is #59ECEB. Grayscale: #3F3F3F. Windows color (decimal): -5893356 or 1315750. OLE color: 1315750.

HSL color Cylindrical-coordinate representation of color #A61314: hue angle of 359.59º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61314 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB1661920-
CMYK00.890.880.35
HSL359.59º79.46%36.27%-
HSV(B)359.59º88.55%65.1%-
XYZ16.098.621.48-
YUV63.07103.7201.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 80.98%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=80.98%
G=9.27%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166192000.890.880.35359.5979.4636.27
HexA6131405958231684f24
Octal246232401311304355011744
Binary1010011010011101000101100110110001000111011010001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61314; }

 p { color: rgb(166,19,20); }

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

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

 a { background-color: rgb(166,19,20); }

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

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

 span { border-color: rgb(166,19,20); }

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