#A31314

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

Shades of Carmine #A31314

Tints of Carmine #A31314

Color information

#A31314 (or 0xA31314) is unknown color: approx Carmine. HEX triplet: A3, 13 and 14. RGB value is (163,19,20). Sum of RGB (Red+Green+Blue) = 163+19+20=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A31314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31314 is #5CECEB. Grayscale: #3E3E3E. Windows color (decimal): -6089964 or 1315747. OLE color: 1315747.

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

Color convert

RGB1631920-
CMYK00.880.880.36
HSL359.58º79.12%35.69%-
HSV(B)359.58º88.34%63.92%-
XYZ15.468.31.45-
YUV62.17104.21199.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 80.69%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 20 (8.20% from 255) = 9.90%
R=80.69%
G=9.41%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163192000.880.880.36359.5879.1235.69
HexA3131405858241684f24
Octal243232401301304455011744
Binary1010001110011101000101100010110001001001011010001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31314; }

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

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

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

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

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

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

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

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