Shades of Rust #A83613
Tints of Rust #A83613
RGB
CMYK
RGB Variations
Color information
#A83613 (or 0xA83613) is known color: Rust. HEX triplet: A8, 36 and 13. RGB value is (168,54,19). Sum of RGB (Red+Green+Blue) = 168+54+19=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A83613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83613 is #57C9EC. Grayscale: #545454. Windows color (decimal): -5753325 or 1259176. OLE color: 1259176.
HSL color Cylindrical-coordinate representation of color #A83613: hue angle of 14.09º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A83613 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 19 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.34 |
| HSL | 14.09º | 0.8% | 0.37% | - |
| HSV(B) | 14.09º | 0.89% | 0.66% | - |
| XYZ | 17.59 | 11.01 | 1.81 | - |
| YUV | 84.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 19 | 0 | 0.68 | 0.89 | 0.34 | 14.09 | 0.8 | 0.37 |
| Hex | A8 | 36 | 13 | 0 | 44 | 59 | 22 | E | 50 | 25 |
| Octal | 250 | 66 | 23 | 0 | 104 | 131 | 42 | 16 | 120 | 45 |
| Binary | 10101000 | 110110 | 10011 | 0 | 1000100 | 1011001 | 100010 | 1110 | 1010000 | 100101 |
Color Harmonies of #A83613
Complementary color
Monochromatic Colors of #A83613
Black with #A83613
Text Example
Text Example
White with #A83613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83613; }
p { color: rgb(168,54,19); }
H1.HeaderClassName
{
color: #A83613;
}
.AnyTagClassName
{
color: #A83613;
}
</style>
background-color css
<style>
a { background-color: #A83613; }
a { background-color: rgb(168,54,19); }
div.DivClassName
{
background-color: #A83613;
}
.BgClassName
{
background-color: #A83613;
}
</style>
border-color css
<style>
span { border-color: #A83613; }
span { border-color: rgb(168,54,19); }
td.TdClassName
{
border-color: #A83613;
}
.TagClassName
{
border-color: #A83613;
}
</style>