Shades of Rust #AF3410
Tints of Rust #AF3410
RGB
CMYK
RGB Variations
Color information
#AF3410 (or 0xAF3410) is known color: Rust. HEX triplet: AF, 34 and 10. RGB value is (175,52,16). Sum of RGB (Red+Green+Blue) = 175+52+16=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3410 is #50CBEF. Grayscale: #545454. Windows color (decimal): -5295088 or 1062063. OLE color: 1062063.
HSL color Cylindrical-coordinate representation of color #AF3410: hue angle of 13.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF3410 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 16 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.31 |
| HSL | 13.58º | 0.83% | 0.37% | - |
| HSV(B) | 13.58º | 0.91% | 0.69% | - |
| XYZ | 19 | 11.61 | 1.73 | - |
| YUV | 84.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 16 | 0 | 0.70 | 0.91 | 0.31 | 13.58 | 0.83 | 0.37 |
| Hex | AF | 34 | 10 | 0 | 46 | 5B | 1F | E | 53 | 25 |
| Octal | 257 | 64 | 20 | 0 | 106 | 133 | 37 | 16 | 123 | 45 |
| Binary | 10101111 | 110100 | 10000 | 0 | 1000110 | 1011011 | 11111 | 1110 | 1010011 | 100101 |
Color Harmonies of #AF3410
Complementary color
Monochromatic Colors of #AF3410
Black with #AF3410
Text Example
Text Example
White with #AF3410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3410; }
p { color: rgb(175,52,16); }
H1.HeaderClassName
{
color: #AF3410;
}
.AnyTagClassName
{
color: #AF3410;
}
</style>
background-color css
<style>
a { background-color: #AF3410; }
a { background-color: rgb(175,52,16); }
div.DivClassName
{
background-color: #AF3410;
}
.BgClassName
{
background-color: #AF3410;
}
</style>
border-color css
<style>
span { border-color: #AF3410; }
span { border-color: rgb(175,52,16); }
td.TdClassName
{
border-color: #AF3410;
}
.TagClassName
{
border-color: #AF3410;
}
</style>