Html Css Color HEX #A01220 Carmine

📋 copy color: '#A01220'

red 160 ◦ green 18 ◦ blue 32

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

Shades of Carmine #A01220

Tints of Carmine #A01220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

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

R = 76.19%
G = 8.57%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A01220 (or 0xA01220) is known color: Carmine. HEX triplet: A0, 12 and 20. RGB value is (160,18,32). Sum of RGB (Red+Green+Blue) = 160+18+32=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A01220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01220 is #5FEDDF. Grayscale: #3E3E3E. Windows color (decimal): -6286816 or 2101920. OLE color: 2101920.

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

Color convert

RGB 160 18 32 -
CMYK 0 0.89 0.80 0.37
HSL 354.08º 0.8% 0.35% -
HSV(B) 354.08º 0.89% 0.63% -
XYZ 14.97 8.01 2.12 -
YUV 62.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 160 18 32 0 0.89 0.80 0.37 354.08 0.8 0.35
Hex A0 12 20 0 59 50 25 162 50 23
Octal 240 22 40 0 131 120 45 542 120 43
Binary 10100000 10010 100000 0 1011001 1010000 100101 101100010 1010000 100011

Color Harmonies of #A01220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01220

Black with #A01220

Text Example


Text Example

White with #A01220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01220; }

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

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

background-color css

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

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

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

border-color css

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

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

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