#A1121B

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

Shades of Carmine #A1121B

Tints of Carmine #A1121B

Color information

#A1121B (or 0xA1121B) is unknown color: approx Carmine. HEX triplet: A1, 12 and 1B. RGB value is (161,18,27). Sum of RGB (Red+Green+Blue) = 161+18+27=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A1121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1121B is #5EEDE4. Grayscale: #3D3D3D. Windows color (decimal): -6221285 or 1774241. OLE color: 1774241.

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

Color convert

RGB1611827-
CMYK00.890.830.37
HSL356.22º79.89%35.1%-
HSV(B)356.22º88.82%63.14%-
XYZ15.118.091.8-
YUV61.78108.38198.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.16%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=78.16%
G=8.74%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161182700.890.830.37356.2279.8935.1
HexA1121B05953251645023
Octal241223301311234554412043
Binary1010000110010110110101100110100111001011011001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1121B; }

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

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

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

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

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

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

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

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