Html Css Color HEX #A40529 Carmine

📋 copy color: '#A40529'

red 164 ◦ green 5 ◦ blue 41

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

Shades of Carmine #A40529

Tints of Carmine #A40529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.38%

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

R = 78.1%
G = 2.38%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A40529 (or 0xA40529) is known color: Carmine. HEX triplet: A4, 05 and 29. RGB value is (164,5,41). Sum of RGB (Red+Green+Blue) = 164+5+41=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A40529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40529 is #5BFAD6. Grayscale: #383838. Windows color (decimal): -6027991 or 2688420. OLE color: 2688420.

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

Color convert

RGB 164 5 41 -
CMYK 0 0.97 0.75 0.36
HSL 346.42º 0.94% 0.33% -
HSV(B) 346.42º 0.97% 0.64% -
XYZ 15.76 8.16 2.84 -
YUV 56.65 119.18 204.57 -
System Red Green Blue C M Y K H S L
Decimal 164 5 41 0 0.97 0.75 0.36 346.42 0.94 0.33
Hex A4 5 29 0 61 4B 24 15A 5E 21
Octal 244 5 51 0 141 113 44 532 136 41
Binary 10100100 101 101001 0 1100001 1001011 100100 101011010 1011110 100001

Color Harmonies of #A40529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40529

Black with #A40529

Text Example


Text Example

White with #A40529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40529; }

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

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

background-color css

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

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

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

border-color css

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

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

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