#A10413

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

Shades of Carmine #A10413

Tints of Carmine #A10413

Color information

#A10413 (or 0xA10413) is unknown color: approx Carmine. HEX triplet: A1, 04 and 13. RGB value is (161,4,19). Sum of RGB (Red+Green+Blue) = 161+4+19=184 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.5% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 161 - color contains mainly: red. Hex color #A10413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10413 is #5EFBEC. Grayscale: #343434. Windows color (decimal): -6224877 or 1246369. OLE color: 1246369.

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

Color convert

RGB161419-
CMYK00.980.880.37
HSL354.27º95.15%32.35%-
HSV(B)354.27º97.52%63.14%-
XYZ14.867.711.32-
YUV52.65109.01205.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 87.5%
GREEN value IS 4 (1.95% from 255) = 2.17%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=87.5%
G=2.17%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16141900.980.880.37354.2795.1532.35
HexA141306258251625f20
Octal24142301421304554213740
Binary10100001100100110110001010110001001011011000101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10413; }

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

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

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

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

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

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

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

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