Html Css Color HEX #A61220 Carmine

📋 copy color: '#A61220'

red 166 ◦ green 18 ◦ blue 32

#A61220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #A61220

Tints of Carmine #A61220

RGB

 RED value IS 166 (65.23% from 255) = 76.85%

 GREEN value IS 18 (7.42% from 255) = 8.33%

 BLUE value IS 32 (12.89% from 255) = 14.81%

R = 76.85%
G = 8.33%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A61220 (or 0xA61220) is known color: Carmine. HEX triplet: A6, 12 and 20. RGB value is (166,18,32). Sum of RGB (Red+Green+Blue) = 166+18+32=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A61220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61220 is #59EDDF. Grayscale: #3F3F3F. Windows color (decimal): -5893600 or 2101926. OLE color: 2101926.

HSL color Cylindrical-coordinate representation of color #A61220: hue angle of 354.32º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61220 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 18 32 -
CMYK 0 0.89 0.81 0.35
HSL 354.32º 0.8% 0.36% -
HSV(B) 354.32º 0.89% 0.65% -
XYZ 16.2 8.64 2.18 -
YUV 63.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 166 18 32 0 0.89 0.81 0.35 354.32 0.8 0.36
Hex A6 12 20 0 59 51 23 162 50 24
Octal 246 22 40 0 131 121 43 542 120 44
Binary 10100110 10010 100000 0 1011001 1010001 100011 101100010 1010000 100100

Color Harmonies of #A61220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61220

Black with #A61220

Text Example


Text Example

White with #A61220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61220; }

 p { color: rgb(166,18,32); }

 H1.HeaderClassName
 {
   color: #A61220;
 }
 .AnyTagClassName
 {
   color: #A61220;
 }
</style>

background-color css

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

 a { background-color: rgb(166,18,32); }

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

border-color css

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

 span { border-color: rgb(166,18,32); }

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