Html Css Color HEX #A00620 Carmine

📋 copy color: '#A00620'

red 160 ◦ green 6 ◦ blue 32

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

Shades of Carmine #A00620

Tints of Carmine #A00620

RGB

 RED value IS 160 (62.89% from 255) = 80.81%

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

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

R = 80.81%
G = 3.03%
B = 16.16%

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

#A00620 (or 0xA00620) is known color: Carmine. HEX triplet: A0, 06 and 20. RGB value is (160,6,32). Sum of RGB (Red+Green+Blue) = 160+6+32=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A00620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00620 is #5FF9DF. Grayscale: #373737. Windows color (decimal): -6289888 or 2098848. OLE color: 2098848.

HSL color Cylindrical-coordinate representation of color #A00620: hue angle of 349.87º 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 #A00620 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 32 -
CMYK 0 0.96 0.80 0.37
HSL 349.87º 0.93% 0.33% -
HSV(B) 349.87º 0.96% 0.63% -
XYZ 14.82 7.71 2.07 -
YUV 55.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 160 6 32 0 0.96 0.80 0.37 349.87 0.93 0.33
Hex A0 6 20 0 60 50 25 15E 5D 21
Octal 240 6 40 0 140 120 45 536 135 41
Binary 10100000 110 100000 0 1100000 1010000 100101 101011110 1011101 100001

Color Harmonies of #A00620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00620

Black with #A00620

Text Example


Text Example

White with #A00620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00620; }

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

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

background-color css

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

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

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

border-color css

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

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

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