Html Css Color HEX #A40329 Carmine

📋 copy color: '#A40329'

red 164 ◦ green 3 ◦ blue 41

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

Shades of Carmine #A40329

Tints of Carmine #A40329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 78.85%
G = 1.44%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A40329 (or 0xA40329) is known color: Carmine. HEX triplet: A4, 03 and 29. RGB value is (164,3,41). Sum of RGB (Red+Green+Blue) = 164+3+41=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A40329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40329 is #5BFCD6. Grayscale: #373737. Windows color (decimal): -6028503 or 2687908. OLE color: 2687908.

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

Color convert

RGB 164 3 41 -
CMYK 0 0.98 0.75 0.36
HSL 345.84º 0.96% 0.33% -
HSV(B) 345.84º 0.98% 0.64% -
XYZ 15.74 8.12 2.83 -
YUV 55.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 164 3 41 0 0.98 0.75 0.36 345.84 0.96 0.33
Hex A4 3 29 0 62 4B 24 15A 60 21
Octal 244 3 51 0 142 113 44 532 140 41
Binary 10100100 11 101001 0 1100010 1001011 100100 101011010 1100000 100001

Color Harmonies of #A40329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40329

Black with #A40329

Text Example


Text Example

White with #A40329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40329; }

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

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

background-color css

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

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

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

border-color css

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

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

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