Html Css Color HEX #A61620 Carmine

📋 copy color: '#A61620'

red 166 ◦ green 22 ◦ blue 32

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

Shades of Carmine #A61620

Tints of Carmine #A61620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

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

R = 75.45%
G = 10%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A61620 (or 0xA61620) is known color: Carmine. HEX triplet: A6, 16 and 20. RGB value is (166,22,32). Sum of RGB (Red+Green+Blue) = 166+22+32=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A61620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61620 is #59E9DF. Grayscale: #424242. Windows color (decimal): -5892576 or 2102950. OLE color: 2102950.

HSL color Cylindrical-coordinate representation of color #A61620: hue angle of 355.83º 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 #A61620 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 32 -
CMYK 0 0.87 0.81 0.35
HSL 355.83º 0.77% 0.37% -
HSV(B) 355.83º 0.87% 0.65% -
XYZ 16.27 8.79 2.2 -
YUV 66.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 166 22 32 0 0.87 0.81 0.35 355.83 0.77 0.37
Hex A6 16 20 0 57 51 23 164 4D 25
Octal 246 26 40 0 127 121 43 544 115 45
Binary 10100110 10110 100000 0 1010111 1010001 100011 101100100 1001101 100101

Color Harmonies of #A61620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61620

Black with #A61620

Text Example


Text Example

White with #A61620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61620; }

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

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

background-color css

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

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

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

border-color css

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

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

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