#A1101B

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

Shades of Carmine #A1101B

Tints of Carmine #A1101B

Color information

#A1101B (or 0xA1101B) is unknown color: approx Carmine. HEX triplet: A1, 10 and 1B. RGB value is (161,16,27). Sum of RGB (Red+Green+Blue) = 161+16+27=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A1101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1101B is #5EEFE4. Grayscale: #3C3C3C. Windows color (decimal): -6221797 or 1773729. OLE color: 1773729.

HSL color Cylindrical-coordinate representation of color #A1101B: hue angle of 355.45º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1101B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB1611627-
CMYK00.900.830.37
HSL355.45º81.92%34.71%-
HSV(B)355.45º90.06%63.14%-
XYZ15.088.031.79-
YUV60.61109.04199.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.92%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=78.92%
G=7.84%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161162700.900.830.37355.4581.9234.71
HexA1101B05A53251635223
Octal241203301321234554312243
Binary1010000110000110110101101010100111001011011000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1101B; }

 p { color: rgb(161,16,27); }

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

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

 a { background-color: rgb(161,16,27); }

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

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

 span { border-color: rgb(161,16,27); }

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