Html Css Color HEX #A11721 Carmine

📋 copy color: '#A11721'

red 161 ◦ green 23 ◦ blue 33

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

Shades of Carmine #A11721

Tints of Carmine #A11721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 74.19%
G = 10.6%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A11721 (or 0xA11721) is known color: Carmine. HEX triplet: A1, 17 and 21. RGB value is (161,23,33). Sum of RGB (Red+Green+Blue) = 161+23+33=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A11721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11721 is #5EE8DE. Grayscale: #414141. Windows color (decimal): -6219999 or 2168737. OLE color: 2168737.

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

Color convert

RGB 161 23 33 -
CMYK 0 0.86 0.80 0.37
HSL 355.65º 0.75% 0.36% -
HSV(B) 355.65º 0.86% 0.63% -
XYZ 15.28 8.3 2.24 -
YUV 65.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 161 23 33 0 0.86 0.80 0.37 355.65 0.75 0.36
Hex A1 17 21 0 56 50 25 164 4B 24
Octal 241 27 41 0 126 120 45 544 113 44
Binary 10100001 10111 100001 0 1010110 1010000 100101 101100100 1001011 100100

Color Harmonies of #A11721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11721

Black with #A11721

Text Example


Text Example

White with #A11721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11721; }

 p { color: rgb(161,23,33); }

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

background-color css

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

 a { background-color: rgb(161,23,33); }

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

border-color css

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

 span { border-color: rgb(161,23,33); }

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