#A1081E

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

Shades of Carmine #A1081E

Tints of Carmine #A1081E

Color information

#A1081E (or 0xA1081E) is unknown color: approx Carmine. HEX triplet: A1, 08 and 1E. RGB value is (161,8,30). Sum of RGB (Red+Green+Blue) = 161+8+30=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A1081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1081E is #5EF7E1. Grayscale: #383838. Windows color (decimal): -6223842 or 1968289. OLE color: 1968289.

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

Color convert

RGB161830-
CMYK00.950.810.37
HSL351.37º90.53%33.14%-
HSV(B)351.37º95.03%63.14%-
XYZ15.027.841.95-
YUV56.26113.19202.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 80.90%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=80.90%
G=4.02%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16183000.950.810.37351.3790.5333.14
HexA181E05F512515f5b21
Octal241103601371214553713341
Binary101000011000111100101111110100011001011010111111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1081E; }

 p { color: rgb(161,8,30); }

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

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

 a { background-color: rgb(161,8,30); }

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

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

 span { border-color: rgb(161,8,30); }

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