Html Css Color HEX #A61721 Carmine

📋 copy color: '#A61721'

red 166 ◦ green 23 ◦ blue 33

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

Shades of Carmine #A61721

Tints of Carmine #A61721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.36%

 BLUE value IS 33 (13.28% from 255) = 14.86%

R = 74.77%
G = 10.36%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A61721 (or 0xA61721) is known color: Carmine. HEX triplet: A6, 17 and 21. RGB value is (166,23,33). Sum of RGB (Red+Green+Blue) = 166+23+33=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A61721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61721 is #59E8DE. Grayscale: #434343. Windows color (decimal): -5892319 or 2168742. OLE color: 2168742.

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

Color convert

RGB 166 23 33 -
CMYK 0 0.86 0.80 0.35
HSL 355.8º 0.76% 0.37% -
HSV(B) 355.8º 0.86% 0.65% -
XYZ 16.31 8.83 2.28 -
YUV 66.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 166 23 33 0 0.86 0.80 0.35 355.8 0.76 0.37
Hex A6 17 21 0 56 50 23 164 4C 25
Octal 246 27 41 0 126 120 43 544 114 45
Binary 10100110 10111 100001 0 1010110 1010000 100011 101100100 1001100 100101

Color Harmonies of #A61721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61721

Black with #A61721

Text Example


Text Example

White with #A61721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61721; }

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

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

background-color css

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

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

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

border-color css

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

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

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