Html Css Color HEX #A11120 Carmine

📋 copy color: '#A11120'

red 161 ◦ green 17 ◦ blue 32

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

Shades of Carmine #A11120

Tints of Carmine #A11120

RGB

 RED value IS 161 (63.28% from 255) = 76.67%

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

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

R = 76.67%
G = 8.1%
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

#A11120 (or 0xA11120) is known color: Carmine. HEX triplet: A1, 11 and 20. RGB value is (161,17,32). Sum of RGB (Red+Green+Blue) = 161+17+32=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A11120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11120 is #5EEEDF. Grayscale: #3D3D3D. Windows color (decimal): -6221536 or 2101665. OLE color: 2101665.

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

Color convert

RGB 161 17 32 -
CMYK 0 0.89 0.80 0.37
HSL 353.75º 0.81% 0.35% -
HSV(B) 353.75º 0.89% 0.63% -
XYZ 15.16 8.08 2.13 -
YUV 61.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 161 17 32 0 0.89 0.80 0.37 353.75 0.81 0.35
Hex A1 11 20 0 59 50 25 162 51 23
Octal 241 21 40 0 131 120 45 542 121 43
Binary 10100001 10001 100000 0 1011001 1010000 100101 101100010 1010001 100011

Color Harmonies of #A11120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11120

Black with #A11120

Text Example


Text Example

White with #A11120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11120; }

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

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

background-color css

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

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

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

border-color css

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

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

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