#A10E33

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

Shades of Carmine #A10E33

Tints of Carmine #A10E33

Color information

#A10E33 (or 0xA10E33) is unknown color: approx Carmine. HEX triplet: A1, 0E and 33. RGB value is (161,14,51). Sum of RGB (Red+Green+Blue) = 161+14+51=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10E33 is #5EF1CC. Grayscale: #3E3E3E. Windows color (decimal): -6222285 or 3346081. OLE color: 3346081.

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

Color convert

RGB1611451-
CMYK00.910.680.37
HSL344.9º84%34.31%-
HSV(B)344.9º91.3%63.14%-
XYZ15.458.133.89-
YUV62.17121.7198.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.24%
GREEN value IS 14 (5.86% from 255) = 6.19%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=71.24%
G=6.19%
B=22.57%

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
Decimal161145100.910.680.37344.98434.31
HexA1E3305B44251595422
Octal241166301331044553112442
Binary1010000111101100110101101110001001001011010110011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E33; }

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

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

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

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

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

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

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

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