#A61022

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

Shades of Carmine #A61022

Tints of Carmine #A61022

Color information

#A61022 (or 0xA61022) is unknown color: approx Carmine. HEX triplet: A6, 10 and 22. RGB value is (166,16,34). Sum of RGB (Red+Green+Blue) = 166+16+34=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A61022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61022 is #59EFDD. Grayscale: #3E3E3E. Windows color (decimal): -5894110 or 2232486. OLE color: 2232486.

HSL color Cylindrical-coordinate representation of color #A61022: hue angle of 352.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61022 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB1661634-
CMYK00.900.800.35
HSL352.8º82.42%35.69%-
HSV(B)352.8º90.36%65.1%-
XYZ16.28.592.32-
YUV62.9111.7201.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 76.85%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 34 (13.67% from 255) = 15.74%
R=76.85%
G=7.41%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166163400.900.800.35352.882.4235.69
HexA6102205A50231615224
Octal246204201321204354112244
Binary10100110100001000100101101010100001000111011000011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61022; }

 p { color: rgb(166,16,34); }

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

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

 a { background-color: rgb(166,16,34); }

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

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

 span { border-color: rgb(166,16,34); }

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