Shades of Rust #A83D12
Tints of Rust #A83D12
RGB
CMYK
RGB Variations
Color information
#A83D12 (or 0xA83D12) is known color: Rust. HEX triplet: A8, 3D and 12. RGB value is (168,61,18). Sum of RGB (Red+Green+Blue) = 168+61+18=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83D12 is #57C2ED. Grayscale: #585858. Windows color (decimal): -5751534 or 1195432. OLE color: 1195432.
HSL color Cylindrical-coordinate representation of color #A83D12: hue angle of 17.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A83D12 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 18 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.34 |
| HSL | 17.2º | 0.81% | 0.36% | - |
| HSV(B) | 17.2º | 0.89% | 0.66% | - |
| XYZ | 17.93 | 11.71 | 1.89 | - |
| YUV | 88.09 | 88.45 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 18 | 0 | 0.64 | 0.89 | 0.34 | 17.2 | 0.81 | 0.36 |
| Hex | A8 | 3D | 12 | 0 | 40 | 59 | 22 | 11 | 51 | 24 |
| Octal | 250 | 75 | 22 | 0 | 100 | 131 | 42 | 21 | 121 | 44 |
| Binary | 10101000 | 111101 | 10010 | 0 | 1000000 | 1011001 | 100010 | 10001 | 1010001 | 100100 |
Color Harmonies of #A83D12
Complementary color
Monochromatic Colors of #A83D12
Black with #A83D12
Text Example
Text Example
White with #A83D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D12; }
p { color: rgb(168,61,18); }
H1.HeaderClassName
{
color: #A83D12;
}
.AnyTagClassName
{
color: #A83D12;
}
</style>
background-color css
<style>
a { background-color: #A83D12; }
a { background-color: rgb(168,61,18); }
div.DivClassName
{
background-color: #A83D12;
}
.BgClassName
{
background-color: #A83D12;
}
</style>
border-color css
<style>
span { border-color: #A83D12; }
span { border-color: rgb(168,61,18); }
td.TdClassName
{
border-color: #A83D12;
}
.TagClassName
{
border-color: #A83D12;
}
</style>