Html Css Color HEX #A11520 Carmine

📋 copy color: '#A11520'

red 161 ◦ green 21 ◦ blue 32

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

Shades of Carmine #A11520

Tints of Carmine #A11520

RGB

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

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

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

R = 75.23%
G = 9.81%
B = 14.95%

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

#A11520 (or 0xA11520) is known color: Carmine. HEX triplet: A1, 15 and 20. RGB value is (161,21,32). Sum of RGB (Red+Green+Blue) = 161+21+32=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A11520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11520 is #5EEADF. Grayscale: #404040. Windows color (decimal): -6220512 or 2102689. OLE color: 2102689.

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

Color convert

RGB 161 21 32 -
CMYK 0 0.87 0.80 0.37
HSL 355.29º 0.77% 0.36% -
HSV(B) 355.29º 0.87% 0.63% -
XYZ 15.23 8.22 2.15 -
YUV 64.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 161 21 32 0 0.87 0.80 0.37 355.29 0.77 0.36
Hex A1 15 20 0 57 50 25 163 4D 24
Octal 241 25 40 0 127 120 45 543 115 44
Binary 10100001 10101 100000 0 1010111 1010000 100101 101100011 1001101 100100

Color Harmonies of #A11520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11520

Black with #A11520

Text Example


Text Example

White with #A11520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11520; }

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

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

background-color css

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

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

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

border-color css

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

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

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