#A1141B

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

Shades of Carmine #A1141B

Tints of Carmine #A1141B

Color information

#A1141B (or 0xA1141B) is unknown color: approx Carmine. HEX triplet: A1, 14 and 1B. RGB value is (161,20,27). Sum of RGB (Red+Green+Blue) = 161+20+27=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1141B is #5EEBE4. Grayscale: #3F3F3F. Windows color (decimal): -6220773 or 1774753. OLE color: 1774753.

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

Color convert

RGB1612027-
CMYK00.880.830.37
HSL357.02º77.9%35.49%-
HSV(B)357.02º87.58%63.14%-
XYZ15.158.161.81-
YUV62.96107.71197.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 77.40%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=77.40%
G=9.62%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161202700.880.830.37357.0277.935.49
HexA1141B05853251654e23
Octal241243301301234554511643
Binary1010000110100110110101100010100111001011011001011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1141B; }

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

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

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

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

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

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

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

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