Shades of Rust #A4360A
Tints of Rust #A4360A
RGB
CMYK
RGB Variations
Color information
#A4360A (or 0xA4360A) is known color: Rust. HEX triplet: A4, 36 and 0A. RGB value is (164,54,10). Sum of RGB (Red+Green+Blue) = 164+54+10=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A4360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4360A is #5BC9F5. Grayscale: #525252. Windows color (decimal): -6015478 or 669348. OLE color: 669348.
HSL color Cylindrical-coordinate representation of color #A4360A: hue angle of 17.14º 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 #A4360A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 10 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.36 |
| HSL | 17.14º | 0.89% | 0.34% | - |
| HSV(B) | 17.14º | 0.94% | 0.64% | - |
| XYZ | 16.68 | 10.55 | 1.44 | - |
| YUV | 81.87 | 87.44 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 10 | 0 | 0.67 | 0.94 | 0.36 | 17.14 | 0.89 | 0.34 |
| Hex | A4 | 36 | A | 0 | 43 | 5E | 24 | 11 | 59 | 22 |
| Octal | 244 | 66 | 12 | 0 | 103 | 136 | 44 | 21 | 131 | 42 |
| Binary | 10100100 | 110110 | 1010 | 0 | 1000011 | 1011110 | 100100 | 10001 | 1011001 | 100010 |
Color Harmonies of #A4360A
Complementary color
Monochromatic Colors of #A4360A
Black with #A4360A
Text Example
Text Example
White with #A4360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4360A; }
p { color: rgb(164,54,10); }
H1.HeaderClassName
{
color: #A4360A;
}
.AnyTagClassName
{
color: #A4360A;
}
</style>
background-color css
<style>
a { background-color: #A4360A; }
a { background-color: rgb(164,54,10); }
div.DivClassName
{
background-color: #A4360A;
}
.BgClassName
{
background-color: #A4360A;
}
</style>
border-color css
<style>
span { border-color: #A4360A; }
span { border-color: rgb(164,54,10); }
td.TdClassName
{
border-color: #A4360A;
}
.TagClassName
{
border-color: #A4360A;
}
</style>