Html Css Color HEX #A71329 Carmine

📋 copy color: '#A71329'

red 167 ◦ green 19 ◦ blue 41

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

Shades of Carmine #A71329

Tints of Carmine #A71329

RGB

 RED value IS 167 (65.63% from 255) = 73.57%

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

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

R = 73.57%
G = 8.37%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A71329 (or 0xA71329) is known color: Carmine. HEX triplet: A7, 13 and 29. RGB value is (167,19,41). Sum of RGB (Red+Green+Blue) = 167+19+41=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A71329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71329 is #58ECD6. Grayscale: #414141. Windows color (decimal): -5827799 or 2692007. OLE color: 2692007.

HSL color Cylindrical-coordinate representation of color #A71329: hue angle of 351.08º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71329 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 19 41 -
CMYK 0 0.89 0.75 0.35
HSL 351.08º 0.8% 0.36% -
HSV(B) 351.08º 0.89% 0.65% -
XYZ 16.57 8.84 2.93 -
YUV 65.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 167 19 41 0 0.89 0.75 0.35 351.08 0.8 0.36
Hex A7 13 29 0 59 4B 23 15F 50 24
Octal 247 23 51 0 131 113 43 537 120 44
Binary 10100111 10011 101001 0 1011001 1001011 100011 101011111 1010000 100100

Color Harmonies of #A71329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71329

Black with #A71329

Text Example


Text Example

White with #A71329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71329; }

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

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

background-color css

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

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

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

border-color css

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

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

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