Html Css Color HEX #A11329 Carmine

📋 copy color: '#A11329'

red 161 ◦ green 19 ◦ blue 41

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

Shades of Carmine #A11329

Tints of Carmine #A11329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 41 (16.41% from 255) = 18.55%

R = 72.85%
G = 8.6%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A11329 (or 0xA11329) is known color: Carmine. HEX triplet: A1, 13 and 29. RGB value is (161,19,41). Sum of RGB (Red+Green+Blue) = 161+19+41=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A11329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11329 is #5EECD6. Grayscale: #404040. Windows color (decimal): -6221015 or 2692001. OLE color: 2692001.

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

Color convert

RGB 161 19 41 -
CMYK 0 0.88 0.75 0.37
HSL 350.7º 0.79% 0.35% -
HSV(B) 350.7º 0.88% 0.63% -
XYZ 15.33 8.2 2.87 -
YUV 63.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 161 19 41 0 0.88 0.75 0.37 350.7 0.79 0.35
Hex A1 13 29 0 58 4B 25 15F 4F 23
Octal 241 23 51 0 130 113 45 537 117 43
Binary 10100001 10011 101001 0 1011000 1001011 100101 101011111 1001111 100011

Color Harmonies of #A11329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11329

Black with #A11329

Text Example


Text Example

White with #A11329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11329; }

 p { color: rgb(161,19,41); }

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

background-color css

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

 a { background-color: rgb(161,19,41); }

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

border-color css

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

 span { border-color: rgb(161,19,41); }

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