#A1081D

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

Shades of Carmine #A1081D

Tints of Carmine #A1081D

Color information

#A1081D (or 0xA1081D) is unknown color: approx Carmine. HEX triplet: A1, 08 and 1D. RGB value is (161,8,29). Sum of RGB (Red+Green+Blue) = 161+8+29=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A1081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1081D is #5EF7E2. Grayscale: #383838. Windows color (decimal): -6223843 or 1902753. OLE color: 1902753.

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

Color convert

RGB161829-
CMYK00.950.820.37
HSL351.76º90.53%33.14%-
HSV(B)351.76º95.03%63.14%-
XYZ15.017.841.88-
YUV56.14112.69202.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 81.31%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=81.31%
G=4.04%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16182900.950.820.37351.7690.5333.14
HexA181D05F52251605b21
Octal241103501371224554013341
Binary101000011000111010101111110100101001011011000001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1081D; }

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

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

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

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

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

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

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

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