Shades of Rust #A83504
Tints of Rust #A83504
RGB
CMYK
RGB Variations
Color information
#A83504 (or 0xA83504) is known color: Rust. HEX triplet: A8, 35 and 04. RGB value is (168,53,4). Sum of RGB (Red+Green+Blue) = 168+53+4=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A83504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83504 is #57CAFB. Grayscale: #525252. Windows color (decimal): -5753596 or 275880. OLE color: 275880.
HSL color Cylindrical-coordinate representation of color #A83504: hue angle of 17.93º 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 #A83504 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.34 |
| HSL | 17.93º | 0.95% | 0.34% | - |
| HSV(B) | 17.93º | 0.98% | 0.66% | - |
| XYZ | 17.44 | 10.88 | 1.3 | - |
| YUV | 81.8 | 84.1 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 4 | 0 | 0.68 | 0.98 | 0.34 | 17.93 | 0.95 | 0.34 |
| Hex | A8 | 35 | 4 | 0 | 44 | 62 | 22 | 12 | 5F | 22 |
| Octal | 250 | 65 | 4 | 0 | 104 | 142 | 42 | 22 | 137 | 42 |
| Binary | 10101000 | 110101 | 100 | 0 | 1000100 | 1100010 | 100010 | 10010 | 1011111 | 100010 |
Color Harmonies of #A83504
Complementary color
Monochromatic Colors of #A83504
Black with #A83504
Text Example
Text Example
White with #A83504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83504; }
p { color: rgb(168,53,4); }
H1.HeaderClassName
{
color: #A83504;
}
.AnyTagClassName
{
color: #A83504;
}
</style>
background-color css
<style>
a { background-color: #A83504; }
a { background-color: rgb(168,53,4); }
div.DivClassName
{
background-color: #A83504;
}
.BgClassName
{
background-color: #A83504;
}
</style>
border-color css
<style>
span { border-color: #A83504; }
span { border-color: rgb(168,53,4); }
td.TdClassName
{
border-color: #A83504;
}
.TagClassName
{
border-color: #A83504;
}
</style>