#A10415

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

Shades of Carmine #A10415

Tints of Carmine #A10415

Color information

#A10415 (or 0xA10415) is unknown color: approx Carmine. HEX triplet: A1, 04 and 15. RGB value is (161,4,21). Sum of RGB (Red+Green+Blue) = 161+4+21=186 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.56% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 161 - color contains mainly: red. Hex color #A10415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10415 is #5EFBEA. Grayscale: #343434. Windows color (decimal): -6224875 or 1377441. OLE color: 1377441.

HSL color Cylindrical-coordinate representation of color #A10415: hue angle of 353.5º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10415 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB161421-
CMYK00.980.870.37
HSL353.5º95.15%32.35%-
HSV(B)353.5º97.52%63.14%-
XYZ14.887.721.42-
YUV52.88110.01205.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 86.56%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=86.56%
G=2.15%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16142100.980.870.37353.595.1532.35
HexA141506257251625f20
Octal24142501421274554213740
Binary10100001100101010110001010101111001011011000101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10415; }

 p { color: rgb(161,4,21); }

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

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

 a { background-color: rgb(161,4,21); }

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

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

 span { border-color: rgb(161,4,21); }

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