#A11820

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

Shades of Carmine #A11820

Tints of Carmine #A11820

Color information

#A11820 (or 0xA11820) is unknown color: approx Carmine. HEX triplet: A1, 18 and 20. RGB value is (161,24,32). Sum of RGB (Red+Green+Blue) = 161+24+32=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A11820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11820 is #5EE7DF. Grayscale: #414141. Windows color (decimal): -6219744 or 2103457. OLE color: 2103457.

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

Color convert

RGB1612432-
CMYK00.850.800.37
HSL356.5º74.05%36.27%-
HSV(B)356.5º85.09%63.14%-
XYZ15.298.332.17-
YUV65.88108.89195.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 74.19%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=74.19%
G=11.06%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161243200.850.800.37356.574.0536.27
HexA1182005550251644a24
Octal241304001251204554411244
Binary10100001110001000000101010110100001001011011001001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11820; }

 p { color: rgb(161,24,32); }

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

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

 a { background-color: rgb(161,24,32); }

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

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

 span { border-color: rgb(161,24,32); }

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