#A61621

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

Shades of Carmine #A61621

Tints of Carmine #A61621

Color information

#A61621 (or 0xA61621) is unknown color: approx Carmine. HEX triplet: A6, 16 and 21. RGB value is (166,22,33). Sum of RGB (Red+Green+Blue) = 166+22+33=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A61621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61621 is #59E9DE. Grayscale: #424242. Windows color (decimal): -5892575 or 2168486. OLE color: 2168486.

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

Color convert

RGB1662233-
CMYK00.870.800.35
HSL355.42º76.6%36.86%-
HSV(B)355.42º86.75%65.1%-
XYZ16.298.792.28-
YUV66.31109.21199.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 75.11%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=75.11%
G=9.95%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166223300.870.800.35355.4276.636.86
HexA6162105750231634d25
Octal246264101271204354311545
Binary10100110101101000010101011110100001000111011000111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61621; }

 p { color: rgb(166,22,33); }

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

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

 a { background-color: rgb(166,22,33); }

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

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

 span { border-color: rgb(166,22,33); }

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