Shades of Rust #AF5404
Tints of Rust #AF5404
RGB
CMYK
RGB Variations
Color information
#AF5404 (or 0xAF5404) is known color: Rust. HEX triplet: AF, 54 and 04. RGB value is (175,84,4). Sum of RGB (Red+Green+Blue) = 175+84+4=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5404 is #50ABFB. Grayscale: #666666. Windows color (decimal): -5286908 or 283823. OLE color: 283823.
HSL color Cylindrical-coordinate representation of color #AF5404: hue angle of 28.07º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF5404 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.31 |
| HSL | 28.07º | 0.96% | 0.35% | - |
| HSV(B) | 28.07º | 0.98% | 0.69% | - |
| XYZ | 20.87 | 15.46 | 2 | - |
| YUV | 102.09 | 72.65 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 4 | 0 | 0.52 | 0.98 | 0.31 | 28.07 | 0.96 | 0.35 |
| Hex | AF | 54 | 4 | 0 | 34 | 62 | 1F | 1C | 60 | 23 |
| Octal | 257 | 124 | 4 | 0 | 64 | 142 | 37 | 34 | 140 | 43 |
| Binary | 10101111 | 1010100 | 100 | 0 | 110100 | 1100010 | 11111 | 11100 | 1100000 | 100011 |
Color Harmonies of #AF5404
Complementary color
Monochromatic Colors of #AF5404
Black with #AF5404
Text Example
Text Example
White with #AF5404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5404; }
p { color: rgb(175,84,4); }
H1.HeaderClassName
{
color: #AF5404;
}
.AnyTagClassName
{
color: #AF5404;
}
</style>
background-color css
<style>
a { background-color: #AF5404; }
a { background-color: rgb(175,84,4); }
div.DivClassName
{
background-color: #AF5404;
}
.BgClassName
{
background-color: #AF5404;
}
</style>
border-color css
<style>
span { border-color: #AF5404; }
span { border-color: rgb(175,84,4); }
td.TdClassName
{
border-color: #AF5404;
}
.TagClassName
{
border-color: #AF5404;
}
</style>