#A10E2E

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

Shades of Carmine #A10E2E

Tints of Carmine #A10E2E

Color information

#A10E2E (or 0xA10E2E) is unknown color: approx Carmine. HEX triplet: A1, 0E and 2E. RGB value is (161,14,46). Sum of RGB (Red+Green+Blue) = 161+14+46=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10E2E is #5EF1D1. Grayscale: #3D3D3D. Windows color (decimal): -6222290 or 3018401. OLE color: 3018401.

HSL color Cylindrical-coordinate representation of color #A10E2E: hue angle of 346.94º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10E2E is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1611446-
CMYK00.910.710.37
HSL346.94º84%34.31%-
HSV(B)346.94º91.3%63.14%-
XYZ15.358.093.34-
YUV61.6119.2198.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 72.85%
GREEN value IS 14 (5.86% from 255) = 6.33%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=72.85%
G=6.33%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161144600.910.710.37346.948434.31
HexA1E2E05B472515b5422
Octal241165601331074553312442
Binary1010000111101011100101101110001111001011010110111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E2E; }

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

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

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

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

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

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

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

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