#A0042E

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

Shades of Carmine #A0042E

Tints of Carmine #A0042E

Color information

#A0042E (or 0xA0042E) is unknown color: approx Carmine. HEX triplet: A0, 04 and 2E. RGB value is (160,4,46). Sum of RGB (Red+Green+Blue) = 160+4+46=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A0042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0042E is #5FFBD1. Grayscale: #373737. Windows color (decimal): -6290386 or 3015840. OLE color: 3015840.

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

Color convert

RGB160446-
CMYK00.980.710.37
HSL343.85º95.12%32.16%-
HSV(B)343.85º97.5%62.75%-
XYZ15.037.763.29-
YUV55.43122.68202.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.19%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=76.19%
G=1.90%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16044600.980.710.37343.8595.1232.16
HexA042E06247251585f20
Octal24045601421074553013740
Binary101000001001011100110001010001111001011010110001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0042E; }

 p { color: rgb(160,4,46); }

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

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

 a { background-color: rgb(160,4,46); }

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

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

 span { border-color: rgb(160,4,46); }

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