#A31315

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

Shades of Carmine #A31315

Tints of Carmine #A31315

Color information

#A31315 (or 0xA31315) is unknown color: approx Carmine. HEX triplet: A3, 13 and 15. RGB value is (163,19,21). Sum of RGB (Red+Green+Blue) = 163+19+21=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A31315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31315 is #5CECEA. Grayscale: #3E3E3E. Windows color (decimal): -6089963 or 1381283. OLE color: 1381283.

HSL color Cylindrical-coordinate representation of color #A31315: hue angle of 359.17º 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 #A31315 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1631921-
CMYK00.880.870.36
HSL359.17º79.12%35.69%-
HSV(B)359.17º88.34%63.92%-
XYZ15.478.311.5-
YUV62.28104.71199.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 80.30%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=80.30%
G=9.36%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163192100.880.870.36359.1779.1235.69
HexA3131505857241674f24
Octal243232501301274454711744
Binary1010001110011101010101100010101111001001011001111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31315; }

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

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

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

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

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

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

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

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