Html Css Color HEX #A10620 Carmine

📋 copy color: '#A10620'

red 161 ◦ green 6 ◦ blue 32

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

Shades of Carmine #A10620

Tints of Carmine #A10620

RGB

 RED value IS 161 (63.28% from 255) = 80.9%

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 80.9%
G = 3.02%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A10620 (or 0xA10620) is known color: Carmine. HEX triplet: A1, 06 and 20. RGB value is (161,6,32). Sum of RGB (Red+Green+Blue) = 161+6+32=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A10620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10620 is #5EF9DF. Grayscale: #373737. Windows color (decimal): -6224352 or 2098849. OLE color: 2098849.

HSL color Cylindrical-coordinate representation of color #A10620: hue angle of 349.94º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10620 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 6 32 -
CMYK 0 0.96 0.80 0.37
HSL 349.94º 0.93% 0.33% -
HSV(B) 349.94º 0.96% 0.63% -
XYZ 15.02 7.81 2.08 -
YUV 55.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 161 6 32 0 0.96 0.80 0.37 349.94 0.93 0.33
Hex A1 6 20 0 60 50 25 15E 5D 21
Octal 241 6 40 0 140 120 45 536 135 41
Binary 10100001 110 100000 0 1100000 1010000 100101 101011110 1011101 100001

Color Harmonies of #A10620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10620

Black with #A10620

Text Example


Text Example

White with #A10620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10620; }

 p { color: rgb(161,6,32); }

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

background-color css

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

 a { background-color: rgb(161,6,32); }

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

border-color css

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

 span { border-color: rgb(161,6,32); }

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