#A10E34

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

Shades of Carmine #A10E34

Tints of Carmine #A10E34

Color information

#A10E34 (or 0xA10E34) is unknown color: approx Carmine. HEX triplet: A1, 0E and 34. RGB value is (161,14,52). Sum of RGB (Red+Green+Blue) = 161+14+52=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10E34 is #5EF1CB. Grayscale: #3E3E3E. Windows color (decimal): -6222284 or 3411617. OLE color: 3411617.

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

Color convert

RGB1611452-
CMYK00.910.680.37
HSL344.49º84%34.31%-
HSV(B)344.49º91.3%63.14%-
XYZ15.478.144-
YUV62.28122.2198.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.93%
GREEN value IS 14 (5.86% from 255) = 6.17%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=70.93%
G=6.17%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161145200.910.680.37344.498434.31
HexA1E3405B44251585422
Octal241166401331044553012442
Binary1010000111101101000101101110001001001011010110001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E34; }

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

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

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

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

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

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

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

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