Html Css Color HEX #A41129 Carmine

📋 copy color: '#A41129'

red 164 ◦ green 17 ◦ blue 41

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

Shades of Carmine #A41129

Tints of Carmine #A41129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

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

R = 73.87%
G = 7.66%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A41129 (or 0xA41129) is known color: Carmine. HEX triplet: A4, 11 and 29. RGB value is (164,17,41). Sum of RGB (Red+Green+Blue) = 164+17+41=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A41129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41129 is #5BEED6. Grayscale: #3F3F3F. Windows color (decimal): -6024919 or 2691492. OLE color: 2691492.

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

Color convert

RGB 164 17 41 -
CMYK 0 0.90 0.75 0.36
HSL 350.2º 0.81% 0.35% -
HSV(B) 350.2º 0.9% 0.64% -
XYZ 15.91 8.45 2.89 -
YUV 63.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 164 17 41 0 0.90 0.75 0.36 350.2 0.81 0.35
Hex A4 11 29 0 5A 4B 24 15E 51 23
Octal 244 21 51 0 132 113 44 536 121 43
Binary 10100100 10001 101001 0 1011010 1001011 100100 101011110 1010001 100011

Color Harmonies of #A41129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41129

Black with #A41129

Text Example


Text Example

White with #A41129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41129; }

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

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

background-color css

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

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

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

border-color css

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

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

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