Html Css Color HEX #A40A1D Carmine

📋 copy color: '#A40A1D'

red 164 ◦ green 10 ◦ blue 29

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

Shades of Carmine #A40A1D

Tints of Carmine #A40A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 80.79%
G = 4.93%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A40A1D (or 0xA40A1D) is known color: Carmine. HEX triplet: A4, 0A and 1D. RGB value is (164,10,29). Sum of RGB (Red+Green+Blue) = 164+10+29=203 (26% of max value = 765). Red value is 164 (64.45% from 255 or 80.79% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40A1D is #5BF5E2. Grayscale: #3A3A3A. Windows color (decimal): -6026723 or 1903268. OLE color: 1903268.

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

Color convert

RGB 164 10 29 -
CMYK 0 0.94 0.82 0.36
HSL 352.6º 0.89% 0.34% -
HSV(B) 352.6º 0.94% 0.64% -
XYZ 15.64 8.2 1.92 -
YUV 58.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 164 10 29 0 0.94 0.82 0.36 352.6 0.89 0.34
Hex A4 A 1D 0 5E 52 24 161 59 22
Octal 244 12 35 0 136 122 44 541 131 42
Binary 10100100 1010 11101 0 1011110 1010010 100100 101100001 1011001 100010

Color Harmonies of #A40A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A1D

Black with #A40A1D

Text Example


Text Example

White with #A40A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A1D; }

 p { color: rgb(164,10,29); }

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

background-color css

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

 a { background-color: rgb(164,10,29); }

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

border-color css

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

 span { border-color: rgb(164,10,29); }

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