Shades of Rust #A83C04
Tints of Rust #A83C04
RGB
CMYK
RGB Variations
Color information
#A83C04 (or 0xA83C04) is known color: Rust. HEX triplet: A8, 3C and 04. RGB value is (168,60,4). Sum of RGB (Red+Green+Blue) = 168+60+4=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C04 is #57C3FB. Grayscale: #565656. Windows color (decimal): -5751804 or 277672. OLE color: 277672.
HSL color Cylindrical-coordinate representation of color #A83C04: hue angle of 20.49º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A83C04 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.34 |
| HSL | 20.49º | 0.95% | 0.34% | - |
| HSV(B) | 20.49º | 0.98% | 0.66% | - |
| XYZ | 17.79 | 11.57 | 1.41 | - |
| YUV | 85.91 | 81.78 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 4 | 0 | 0.64 | 0.98 | 0.34 | 20.49 | 0.95 | 0.34 |
| Hex | A8 | 3C | 4 | 0 | 40 | 62 | 22 | 14 | 5F | 22 |
| Octal | 250 | 74 | 4 | 0 | 100 | 142 | 42 | 24 | 137 | 42 |
| Binary | 10101000 | 111100 | 100 | 0 | 1000000 | 1100010 | 100010 | 10100 | 1011111 | 100010 |
Color Harmonies of #A83C04
Complementary color
Monochromatic Colors of #A83C04
Black with #A83C04
Text Example
Text Example
White with #A83C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C04; }
p { color: rgb(168,60,4); }
H1.HeaderClassName
{
color: #A83C04;
}
.AnyTagClassName
{
color: #A83C04;
}
</style>
background-color css
<style>
a { background-color: #A83C04; }
a { background-color: rgb(168,60,4); }
div.DivClassName
{
background-color: #A83C04;
}
.BgClassName
{
background-color: #A83C04;
}
</style>
border-color css
<style>
span { border-color: #A83C04; }
span { border-color: rgb(168,60,4); }
td.TdClassName
{
border-color: #A83C04;
}
.TagClassName
{
border-color: #A83C04;
}
</style>