Shades of Rust #AF3404
Tints of Rust #AF3404
RGB
CMYK
RGB Variations
Color information
#AF3404 (or 0xAF3404) is known color: Rust. HEX triplet: AF, 34 and 04. RGB value is (175,52,4). Sum of RGB (Red+Green+Blue) = 175+52+4=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3404 is #50CBFB. Grayscale: #535353. Windows color (decimal): -5295100 or 275631. OLE color: 275631.
HSL color Cylindrical-coordinate representation of color #AF3404: hue angle of 16.84º 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 #AF3404 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.31 |
| HSL | 16.84º | 0.96% | 0.35% | - |
| HSV(B) | 16.84º | 0.98% | 0.69% | - |
| XYZ | 18.93 | 11.58 | 1.35 | - |
| YUV | 83.31 | 83.25 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 4 | 0 | 0.70 | 0.98 | 0.31 | 16.84 | 0.96 | 0.35 |
| Hex | AF | 34 | 4 | 0 | 46 | 62 | 1F | 11 | 60 | 23 |
| Octal | 257 | 64 | 4 | 0 | 106 | 142 | 37 | 21 | 140 | 43 |
| Binary | 10101111 | 110100 | 100 | 0 | 1000110 | 1100010 | 11111 | 10001 | 1100000 | 100011 |
Color Harmonies of #AF3404
Complementary color
Monochromatic Colors of #AF3404
Black with #AF3404
Text Example
Text Example
White with #AF3404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3404; }
p { color: rgb(175,52,4); }
H1.HeaderClassName
{
color: #AF3404;
}
.AnyTagClassName
{
color: #AF3404;
}
</style>
background-color css
<style>
a { background-color: #AF3404; }
a { background-color: rgb(175,52,4); }
div.DivClassName
{
background-color: #AF3404;
}
.BgClassName
{
background-color: #AF3404;
}
</style>
border-color css
<style>
span { border-color: #AF3404; }
span { border-color: rgb(175,52,4); }
td.TdClassName
{
border-color: #AF3404;
}
.TagClassName
{
border-color: #AF3404;
}
</style>