Shades of Rust #A83714
Tints of Rust #A83714
RGB
CMYK
RGB Variations
Color information
#A83714 (or 0xA83714) is known color: Rust. HEX triplet: A8, 37 and 14. RGB value is (168,55,20). Sum of RGB (Red+Green+Blue) = 168+55+20=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A83714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83714 is #57C8EB. Grayscale: #555555. Windows color (decimal): -5753068 or 1324968. OLE color: 1324968.
HSL color Cylindrical-coordinate representation of color #A83714: hue angle of 14.19º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A83714 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 20 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.34 |
| HSL | 14.19º | 0.79% | 0.37% | - |
| HSV(B) | 14.19º | 0.88% | 0.66% | - |
| XYZ | 17.64 | 11.11 | 1.88 | - |
| YUV | 84.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 20 | 0 | 0.67 | 0.88 | 0.34 | 14.19 | 0.79 | 0.37 |
| Hex | A8 | 37 | 14 | 0 | 43 | 58 | 22 | E | 4F | 25 |
| Octal | 250 | 67 | 24 | 0 | 103 | 130 | 42 | 16 | 117 | 45 |
| Binary | 10101000 | 110111 | 10100 | 0 | 1000011 | 1011000 | 100010 | 1110 | 1001111 | 100101 |
Color Harmonies of #A83714
Complementary color
Monochromatic Colors of #A83714
Black with #A83714
Text Example
Text Example
White with #A83714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83714; }
p { color: rgb(168,55,20); }
H1.HeaderClassName
{
color: #A83714;
}
.AnyTagClassName
{
color: #A83714;
}
</style>
background-color css
<style>
a { background-color: #A83714; }
a { background-color: rgb(168,55,20); }
div.DivClassName
{
background-color: #A83714;
}
.BgClassName
{
background-color: #A83714;
}
</style>
border-color css
<style>
span { border-color: #A83714; }
span { border-color: rgb(168,55,20); }
td.TdClassName
{
border-color: #A83714;
}
.TagClassName
{
border-color: #A83714;
}
</style>