Html Css Color HEX #A00520 Carmine

📋 copy color: '#A00520'

red 160 ◦ green 5 ◦ blue 32

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

Shades of Carmine #A00520

Tints of Carmine #A00520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

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

R = 81.22%
G = 2.54%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A00520 (or 0xA00520) is known color: Carmine. HEX triplet: A0, 05 and 20. RGB value is (160,5,32). Sum of RGB (Red+Green+Blue) = 160+5+32=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A00520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00520 is #5FFADF. Grayscale: #363636. Windows color (decimal): -6290144 or 2098592. OLE color: 2098592.

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

Color convert

RGB 160 5 32 -
CMYK 0 0.97 0.80 0.37
HSL 349.55º 0.94% 0.32% -
HSV(B) 349.55º 0.97% 0.63% -
XYZ 14.81 7.69 2.07 -
YUV 54.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 160 5 32 0 0.97 0.80 0.37 349.55 0.94 0.32
Hex A0 5 20 0 61 50 25 15E 5E 20
Octal 240 5 40 0 141 120 45 536 136 40
Binary 10100000 101 100000 0 1100001 1010000 100101 101011110 1011110 100000

Color Harmonies of #A00520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00520

Black with #A00520

Text Example


Text Example

White with #A00520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00520; }

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

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

background-color css

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

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

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

border-color css

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

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

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