Html Css Color HEX #A40829 Carmine

📋 copy color: '#A40829'

red 164 ◦ green 8 ◦ blue 41

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

Shades of Carmine #A40829

Tints of Carmine #A40829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.76%

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

R = 77%
G = 3.76%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A40829 (or 0xA40829) is known color: Carmine. HEX triplet: A4, 08 and 29. RGB value is (164,8,41). Sum of RGB (Red+Green+Blue) = 164+8+41=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A40829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40829 is #5BF7D6. Grayscale: #3A3A3A. Windows color (decimal): -6027223 or 2689188. OLE color: 2689188.

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

Color convert

RGB 164 8 41 -
CMYK 0 0.95 0.75 0.36
HSL 347.31º 0.91% 0.34% -
HSV(B) 347.31º 0.95% 0.64% -
XYZ 15.8 8.23 2.85 -
YUV 58.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 164 8 41 0 0.95 0.75 0.36 347.31 0.91 0.34
Hex A4 8 29 0 5F 4B 24 15B 5B 22
Octal 244 10 51 0 137 113 44 533 133 42
Binary 10100100 1000 101001 0 1011111 1001011 100100 101011011 1011011 100010

Color Harmonies of #A40829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40829

Black with #A40829

Text Example


Text Example

White with #A40829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40829; }

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

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

background-color css

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

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

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

border-color css

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

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

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