Shades of Mexican Red #A3403D
Tints of Mexican Red #A3403D
RGB
CMYK
RGB Variations
Color information
#A3403D (or 0xA3403D) is known color: Mexican Red. HEX triplet: A3, 40 and 3D. RGB value is (163,64,61). Sum of RGB (Red+Green+Blue) = 163+64+61=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A3403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3403D is #5CBFC2. Grayscale: #5D5D5D. Windows color (decimal): -6078403 or 4014243. OLE color: 4014243.
HSL color Cylindrical-coordinate representation of color #A3403D: hue angle of 1.76º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3403D is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 61 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.36 |
| HSL | 1.76º | 0.46% | 0.44% | - |
| HSV(B) | 1.76º | 0.63% | 0.64% | - |
| XYZ | 17.78 | 11.79 | 5.75 | - |
| YUV | 93.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 61 | 0 | 0.61 | 0.63 | 0.36 | 1.76 | 0.46 | 0.44 |
| Hex | A3 | 40 | 3D | 0 | 3D | 3F | 24 | 2 | 2E | 2C |
| Octal | 243 | 100 | 75 | 0 | 75 | 77 | 44 | 2 | 56 | 54 |
| Binary | 10100011 | 1000000 | 111101 | 0 | 111101 | 111111 | 100100 | 10 | 101110 | 101100 |
Color Harmonies of #A3403D
Complementary color
Monochromatic Colors of #A3403D
Black with #A3403D
Text Example
Text Example
White with #A3403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3403D; }
p { color: rgb(163,64,61); }
H1.HeaderClassName
{
color: #A3403D;
}
.AnyTagClassName
{
color: #A3403D;
}
</style>
background-color css
<style>
a { background-color: #A3403D; }
a { background-color: rgb(163,64,61); }
div.DivClassName
{
background-color: #A3403D;
}
.BgClassName
{
background-color: #A3403D;
}
</style>
border-color css
<style>
span { border-color: #A3403D; }
span { border-color: rgb(163,64,61); }
td.TdClassName
{
border-color: #A3403D;
}
.TagClassName
{
border-color: #A3403D;
}
</style>