Shades of Rust #A83411
Tints of Rust #A83411
RGB
CMYK
RGB Variations
Color information
#A83411 (or 0xA83411) is known color: Rust. HEX triplet: A8, 34 and 11. RGB value is (168,52,17). Sum of RGB (Red+Green+Blue) = 168+52+17=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A83411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83411 is #57CBEE. Grayscale: #525252. Windows color (decimal): -5753839 or 1127592. OLE color: 1127592.
HSL color Cylindrical-coordinate representation of color #A83411: hue angle of 13.91º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A83411 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 17 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.34 |
| HSL | 13.91º | 0.82% | 0.36% | - |
| HSV(B) | 13.91º | 0.9% | 0.66% | - |
| XYZ | 17.48 | 10.82 | 1.7 | - |
| YUV | 82.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 17 | 0 | 0.69 | 0.90 | 0.34 | 13.91 | 0.82 | 0.36 |
| Hex | A8 | 34 | 11 | 0 | 45 | 5A | 22 | E | 52 | 24 |
| Octal | 250 | 64 | 21 | 0 | 105 | 132 | 42 | 16 | 122 | 44 |
| Binary | 10101000 | 110100 | 10001 | 0 | 1000101 | 1011010 | 100010 | 1110 | 1010010 | 100100 |
Color Harmonies of #A83411
Complementary color
Monochromatic Colors of #A83411
Black with #A83411
Text Example
Text Example
White with #A83411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83411; }
p { color: rgb(168,52,17); }
H1.HeaderClassName
{
color: #A83411;
}
.AnyTagClassName
{
color: #A83411;
}
</style>
background-color css
<style>
a { background-color: #A83411; }
a { background-color: rgb(168,52,17); }
div.DivClassName
{
background-color: #A83411;
}
.BgClassName
{
background-color: #A83411;
}
</style>
border-color css
<style>
span { border-color: #A83411; }
span { border-color: rgb(168,52,17); }
td.TdClassName
{
border-color: #A83411;
}
.TagClassName
{
border-color: #A83411;
}
</style>