#A1042E

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

Shades of Carmine #A1042E

Tints of Carmine #A1042E

Color information

#A1042E (or 0xA1042E) is unknown color: approx Carmine. HEX triplet: A1, 04 and 2E. RGB value is (161,4,46). Sum of RGB (Red+Green+Blue) = 161+4+46=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A1042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1042E is #5EFBD1. Grayscale: #373737. Windows color (decimal): -6224850 or 3015841. OLE color: 3015841.

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

Color convert

RGB161446-
CMYK00.980.710.37
HSL343.95º95.15%32.35%-
HSV(B)343.95º97.52%63.14%-
XYZ15.237.863.3-
YUV55.73122.51203.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 76.30%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=76.30%
G=1.90%
B=21.80%

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
Decimal16144600.980.710.37343.9595.1532.35
HexA142E06247251585f20
Octal24145601421074553013740
Binary101000011001011100110001010001111001011010110001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1042E; }

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

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

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

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

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

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

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

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