Shades of Rust #A83904
Tints of Rust #A83904
RGB
CMYK
RGB Variations
Color information
#A83904 (or 0xA83904) is known color: Rust. HEX triplet: A8, 39 and 04. RGB value is (168,57,4). Sum of RGB (Red+Green+Blue) = 168+57+4=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A83904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83904 is #57C6FB. Grayscale: #545454. Windows color (decimal): -5752572 or 276904. OLE color: 276904.
HSL color Cylindrical-coordinate representation of color #A83904: hue angle of 19.39º 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 #A83904 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.34 |
| HSL | 19.39º | 0.95% | 0.34% | - |
| HSV(B) | 19.39º | 0.98% | 0.66% | - |
| XYZ | 17.63 | 11.26 | 1.36 | - |
| YUV | 84.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 4 | 0 | 0.66 | 0.98 | 0.34 | 19.39 | 0.95 | 0.34 |
| Hex | A8 | 39 | 4 | 0 | 42 | 62 | 22 | 13 | 5F | 22 |
| Octal | 250 | 71 | 4 | 0 | 102 | 142 | 42 | 23 | 137 | 42 |
| Binary | 10101000 | 111001 | 100 | 0 | 1000010 | 1100010 | 100010 | 10011 | 1011111 | 100010 |
Color Harmonies of #A83904
Complementary color
Monochromatic Colors of #A83904
Black with #A83904
Text Example
Text Example
White with #A83904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83904; }
p { color: rgb(168,57,4); }
H1.HeaderClassName
{
color: #A83904;
}
.AnyTagClassName
{
color: #A83904;
}
</style>
background-color css
<style>
a { background-color: #A83904; }
a { background-color: rgb(168,57,4); }
div.DivClassName
{
background-color: #A83904;
}
.BgClassName
{
background-color: #A83904;
}
</style>
border-color css
<style>
span { border-color: #A83904; }
span { border-color: rgb(168,57,4); }
td.TdClassName
{
border-color: #A83904;
}
.TagClassName
{
border-color: #A83904;
}
</style>