Shades of Mexican Red #A3403B
Tints of Mexican Red #A3403B
RGB
CMYK
RGB Variations
Color information
#A3403B (or 0xA3403B) is known color: Mexican Red. HEX triplet: A3, 40 and 3B. RGB value is (163,64,59). Sum of RGB (Red+Green+Blue) = 163+64+59=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A3403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3403B is #5CBFC4. Grayscale: #5D5D5D. Windows color (decimal): -6078405 or 3883171. OLE color: 3883171.
HSL color Cylindrical-coordinate representation of color #A3403B: hue angle of 2.88º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3403B is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 59 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.36 |
| HSL | 2.88º | 0.47% | 0.44% | - |
| HSV(B) | 2.88º | 0.64% | 0.64% | - |
| XYZ | 17.73 | 11.77 | 5.48 | - |
| YUV | 93.03 | 108.8 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 59 | 0 | 0.61 | 0.64 | 0.36 | 2.88 | 0.47 | 0.44 |
| Hex | A3 | 40 | 3B | 0 | 3D | 40 | 24 | 3 | 2F | 2C |
| Octal | 243 | 100 | 73 | 0 | 75 | 100 | 44 | 3 | 57 | 54 |
| Binary | 10100011 | 1000000 | 111011 | 0 | 111101 | 1000000 | 100100 | 11 | 101111 | 101100 |
Color Harmonies of #A3403B
Complementary color
Monochromatic Colors of #A3403B
Black with #A3403B
Text Example
Text Example
White with #A3403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3403B; }
p { color: rgb(163,64,59); }
H1.HeaderClassName
{
color: #A3403B;
}
.AnyTagClassName
{
color: #A3403B;
}
</style>
background-color css
<style>
a { background-color: #A3403B; }
a { background-color: rgb(163,64,59); }
div.DivClassName
{
background-color: #A3403B;
}
.BgClassName
{
background-color: #A3403B;
}
</style>
border-color css
<style>
span { border-color: #A3403B; }
span { border-color: rgb(163,64,59); }
td.TdClassName
{
border-color: #A3403B;
}
.TagClassName
{
border-color: #A3403B;
}
</style>