#A1141A

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

Shades of Carmine #A1141A

Tints of Carmine #A1141A

Color information

#A1141A (or 0xA1141A) is unknown color: approx Carmine. HEX triplet: A1, 14 and 1A. RGB value is (161,20,26). Sum of RGB (Red+Green+Blue) = 161+20+26=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A1141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1141A is #5EEBE5. Grayscale: #3E3E3E. Windows color (decimal): -6220774 or 1709217. OLE color: 1709217.

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

Color convert

RGB1612026-
CMYK00.880.840.37
HSL357.45º77.9%35.49%-
HSV(B)357.45º87.58%63.14%-
XYZ15.138.151.75-
YUV62.84107.21198.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 77.78%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=77.78%
G=9.66%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161202600.880.840.37357.4577.935.49
HexA1141A05854251654e23
Octal241243201301244554511643
Binary1010000110100110100101100010101001001011011001011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1141A; }

 p { color: rgb(161,20,26); }

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

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

 a { background-color: rgb(161,20,26); }

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

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

 span { border-color: rgb(161,20,26); }

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