Shades of Rust #A4310C
Tints of Rust #A4310C
RGB
CMYK
RGB Variations
Color information
#A4310C (or 0xA4310C) is known color: Rust. HEX triplet: A4, 31 and 0C. RGB value is (164,49,12). Sum of RGB (Red+Green+Blue) = 164+49+12=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A4310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4310C is #5BCEF3. Grayscale: #4F4F4F. Windows color (decimal): -6016756 or 799140. OLE color: 799140.
HSL color Cylindrical-coordinate representation of color #A4310C: hue angle of 14.61º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4310C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 49 | 12 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.36 |
| HSL | 14.61º | 0.86% | 0.35% | - |
| HSV(B) | 14.61º | 0.93% | 0.64% | - |
| XYZ | 16.47 | 10.12 | 1.43 | - |
| YUV | 79.17 | 90.1 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 12 | 0 | 0.70 | 0.93 | 0.36 | 14.61 | 0.86 | 0.35 |
| Hex | A4 | 31 | C | 0 | 46 | 5D | 24 | F | 56 | 23 |
| Octal | 244 | 61 | 14 | 0 | 106 | 135 | 44 | 17 | 126 | 43 |
| Binary | 10100100 | 110001 | 1100 | 0 | 1000110 | 1011101 | 100100 | 1111 | 1010110 | 100011 |
Color Harmonies of #A4310C
Complementary color
Monochromatic Colors of #A4310C
Black with #A4310C
Text Example
Text Example
White with #A4310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4310C; }
p { color: rgb(164,49,12); }
H1.HeaderClassName
{
color: #A4310C;
}
.AnyTagClassName
{
color: #A4310C;
}
</style>
background-color css
<style>
a { background-color: #A4310C; }
a { background-color: rgb(164,49,12); }
div.DivClassName
{
background-color: #A4310C;
}
.BgClassName
{
background-color: #A4310C;
}
</style>
border-color css
<style>
span { border-color: #A4310C; }
span { border-color: rgb(164,49,12); }
td.TdClassName
{
border-color: #A4310C;
}
.TagClassName
{
border-color: #A4310C;
}
</style>