Html Css Color HEX #A40129 Carmine

📋 copy color: '#A40129'

red 164 ◦ green 1 ◦ blue 41

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

Shades of Carmine #A40129

Tints of Carmine #A40129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 79.61%
G = 0.49%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A40129 (or 0xA40129) is known color: Carmine. HEX triplet: A4, 01 and 29. RGB value is (164,1,41). Sum of RGB (Red+Green+Blue) = 164+1+41=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A40129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40129 is #5BFED6. Grayscale: #363636. Windows color (decimal): -6029015 or 2687396. OLE color: 2687396.

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

Color convert

RGB 164 1 41 -
CMYK 0 0.99 0.75 0.36
HSL 345.28º 0.99% 0.32% -
HSV(B) 345.28º 0.99% 0.64% -
XYZ 15.72 8.07 2.83 -
YUV 54.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 164 1 41 0 0.99 0.75 0.36 345.28 0.99 0.32
Hex A4 1 29 0 63 4B 24 159 63 20
Octal 244 1 51 0 143 113 44 531 143 40
Binary 10100100 1 101001 0 1100011 1001011 100100 101011001 1100011 100000

Color Harmonies of #A40129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40129

Black with #A40129

Text Example


Text Example

White with #A40129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40129; }

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

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

background-color css

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

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

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

border-color css

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

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

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