Html Css Color HEX #A41329 Carmine

📋 copy color: '#A41329'

red 164 ◦ green 19 ◦ blue 41

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

Shades of Carmine #A41329

Tints of Carmine #A41329

RGB

 RED value IS 164 (64.45% from 255) = 73.21%

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

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

R = 73.21%
G = 8.48%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A41329 (or 0xA41329) is known color: Carmine. HEX triplet: A4, 13 and 29. RGB value is (164,19,41). Sum of RGB (Red+Green+Blue) = 164+19+41=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A41329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41329 is #5BECD6. Grayscale: #404040. Windows color (decimal): -6024407 or 2692004. OLE color: 2692004.

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

Color convert

RGB 164 19 41 -
CMYK 0 0.88 0.75 0.36
HSL 350.9º 0.79% 0.36% -
HSV(B) 350.9º 0.88% 0.64% -
XYZ 15.94 8.52 2.9 -
YUV 64.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 164 19 41 0 0.88 0.75 0.36 350.9 0.79 0.36
Hex A4 13 29 0 58 4B 24 15F 4F 24
Octal 244 23 51 0 130 113 44 537 117 44
Binary 10100100 10011 101001 0 1011000 1001011 100100 101011111 1001111 100100

Color Harmonies of #A41329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41329

Black with #A41329

Text Example


Text Example

White with #A41329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41329; }

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

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

background-color css

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

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

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

border-color css

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

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

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