#A1081F

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

Shades of Carmine #A1081F

Tints of Carmine #A1081F

Color information

#A1081F (or 0xA1081F) is unknown color: approx Carmine. HEX triplet: A1, 08 and 1F. RGB value is (161,8,31). Sum of RGB (Red+Green+Blue) = 161+8+31=200 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 161 - color contains mainly: red. Hex color #A1081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1081F is #5EF7E0. Grayscale: #383838. Windows color (decimal): -6223841 or 2033825. OLE color: 2033825.

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

Color convert

RGB161831-
CMYK00.950.810.37
HSL350.98º90.53%33.14%-
HSV(B)350.98º95.03%63.14%-
XYZ15.037.852.02-
YUV56.37113.69202.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 80.5%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 31 (12.5% from 255) = 15.5%
R=80.5%
G=4%
B=15.5%

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
Decimal16183100.950.810.37350.9890.5333.14
HexA181F05F512515f5b21
Octal241103701371214553713341
Binary101000011000111110101111110100011001011010111111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1081F; }

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

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

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

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

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

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

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

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