#A1082C

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

Shades of Carmine #A1082C

Tints of Carmine #A1082C

Color information

#A1082C (or 0xA1082C) is unknown color: approx Carmine. HEX triplet: A1, 08 and 2C. RGB value is (161,8,44). Sum of RGB (Red+Green+Blue) = 161+8+44=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A1082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1082C is #5EF7D3. Grayscale: #393939. Windows color (decimal): -6223828 or 2885793. OLE color: 2885793.

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

Color convert

RGB161844-
CMYK00.950.730.37
HSL345.88º90.53%33.14%-
HSV(B)345.88º95.03%63.14%-
XYZ15.247.933.11-
YUV57.85120.19201.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 75.59%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=75.59%
G=3.76%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16184400.950.730.37345.8890.5333.14
HexA182C05F492515a5b21
Octal241105401371114553213341
Binary1010000110001011000101111110010011001011010110101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1082C; }

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

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

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

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

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

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

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

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