Html Css Color HEX #A01120 Carmine

📋 copy color: '#A01120'

red 160 ◦ green 17 ◦ blue 32

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

Shades of Carmine #A01120

Tints of Carmine #A01120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

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

R = 76.56%
G = 8.13%
B = 15.31%

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

#A01120 (or 0xA01120) is known color: Carmine. HEX triplet: A0, 11 and 20. RGB value is (160,17,32). Sum of RGB (Red+Green+Blue) = 160+17+32=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A01120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01120 is #5FEEDF. Grayscale: #3D3D3D. Windows color (decimal): -6287072 or 2101664. OLE color: 2101664.

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

Color convert

RGB 160 17 32 -
CMYK 0 0.89 0.80 0.37
HSL 353.71º 0.81% 0.35% -
HSV(B) 353.71º 0.89% 0.63% -
XYZ 14.96 7.98 2.12 -
YUV 61.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 160 17 32 0 0.89 0.80 0.37 353.71 0.81 0.35
Hex A0 11 20 0 59 50 25 162 51 23
Octal 240 21 40 0 131 120 45 542 121 43
Binary 10100000 10001 100000 0 1011001 1010000 100101 101100010 1010001 100011

Color Harmonies of #A01120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01120

Black with #A01120

Text Example


Text Example

White with #A01120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01120; }

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

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

background-color css

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

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

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

border-color css

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

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

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