#A40115

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

Shades of Carmine #A40115

Tints of Carmine #A40115

Color information

#A40115 (or 0xA40115) is unknown color: approx Carmine. HEX triplet: A4, 01 and 15. RGB value is (164,1,21). Sum of RGB (Red+Green+Blue) = 164+1+21=186 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.17% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 164 - color contains mainly: red. Hex color #A40115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40115 is #5BFEEA. Grayscale: #343434. Windows color (decimal): -6029035 or 1376676. OLE color: 1376676.

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

Color convert

RGB164121-
CMYK00.990.870.36
HSL352.64º98.79%32.35%-
HSV(B)352.64º99.39%64.31%-
XYZ15.467.971.43-
YUV52.02110.5207.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 88.17%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=88.17%
G=0.54%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412100.990.870.36352.6498.7932.35
HexA411506357241616320
Octal24412501431274454114340
Binary101001001101010110001110101111001001011000011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40115; }

 p { color: rgb(164,1,21); }

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

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

 a { background-color: rgb(164,1,21); }

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

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

 span { border-color: rgb(164,1,21); }

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