Shades of Mexican Red #A5403B
Tints of Mexican Red #A5403B
RGB
CMYK
RGB Variations
Color information
#A5403B (or 0xA5403B) is known color: Mexican Red. HEX triplet: A5, 40 and 3B. RGB value is (165,64,59). Sum of RGB (Red+Green+Blue) = 165+64+59=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A5403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5403B is #5ABFC4. Grayscale: #5D5D5D. Windows color (decimal): -5947333 or 3883173. OLE color: 3883173.
HSL color Cylindrical-coordinate representation of color #A5403B: hue angle of 2.83º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5403B is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 64 | 59 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.35 |
| HSL | 2.83º | 0.47% | 0.44% | - |
| HSV(B) | 2.83º | 0.64% | 0.65% | - |
| XYZ | 18.14 | 11.98 | 5.49 | - |
| YUV | 93.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 59 | 0 | 0.61 | 0.64 | 0.35 | 2.83 | 0.47 | 0.44 |
| Hex | A5 | 40 | 3B | 0 | 3D | 40 | 23 | 3 | 2F | 2C |
| Octal | 245 | 100 | 73 | 0 | 75 | 100 | 43 | 3 | 57 | 54 |
| Binary | 10100101 | 1000000 | 111011 | 0 | 111101 | 1000000 | 100011 | 11 | 101111 | 101100 |
Color Harmonies of #A5403B
Complementary color
Monochromatic Colors of #A5403B
Black with #A5403B
Text Example
Text Example
White with #A5403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5403B; }
p { color: rgb(165,64,59); }
H1.HeaderClassName
{
color: #A5403B;
}
.AnyTagClassName
{
color: #A5403B;
}
</style>
background-color css
<style>
a { background-color: #A5403B; }
a { background-color: rgb(165,64,59); }
div.DivClassName
{
background-color: #A5403B;
}
.BgClassName
{
background-color: #A5403B;
}
</style>
border-color css
<style>
span { border-color: #A5403B; }
span { border-color: rgb(165,64,59); }
td.TdClassName
{
border-color: #A5403B;
}
.TagClassName
{
border-color: #A5403B;
}
</style>