Html Css Color HEX #A01520 Carmine

📋 copy color: '#A01520'

red 160 ◦ green 21 ◦ blue 32

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

Shades of Carmine #A01520

Tints of Carmine #A01520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 75.12%
G = 9.86%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A01520 (or 0xA01520) is known color: Carmine. HEX triplet: A0, 15 and 20. RGB value is (160,21,32). Sum of RGB (Red+Green+Blue) = 160+21+32=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A01520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01520 is #5FEADF. Grayscale: #3F3F3F. Windows color (decimal): -6286048 or 2102688. OLE color: 2102688.

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

Color convert

RGB 160 21 32 -
CMYK 0 0.87 0.80 0.37
HSL 355.25º 0.77% 0.35% -
HSV(B) 355.25º 0.87% 0.63% -
XYZ 15.03 8.11 2.14 -
YUV 63.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 160 21 32 0 0.87 0.80 0.37 355.25 0.77 0.35
Hex A0 15 20 0 57 50 25 163 4D 23
Octal 240 25 40 0 127 120 45 543 115 43
Binary 10100000 10101 100000 0 1010111 1010000 100101 101100011 1001101 100011

Color Harmonies of #A01520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01520

Black with #A01520

Text Example


Text Example

White with #A01520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01520; }

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

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

background-color css

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

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

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

border-color css

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

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

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