#A1151A

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

Shades of Carmine #A1151A

Tints of Carmine #A1151A

Color information

#A1151A (or 0xA1151A) is unknown color: approx Carmine. HEX triplet: A1, 15 and 1A. RGB value is (161,21,26). Sum of RGB (Red+Green+Blue) = 161+21+26=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1151A is #5EEAE5. Grayscale: #3F3F3F. Windows color (decimal): -6220518 or 1709473. OLE color: 1709473.

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

Color convert

RGB1612126-
CMYK00.870.840.37
HSL357.86º76.92%35.69%-
HSV(B)357.86º86.96%63.14%-
XYZ15.158.191.76-
YUV63.43106.88197.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 77.40%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=77.40%
G=10.10%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161212600.870.840.37357.8676.9235.69
HexA1151A05754251664d24
Octal241253201271244554611544
Binary1010000110101110100101011110101001001011011001101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1151A; }

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

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

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

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

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

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

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

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