Shades of Rust #AF400A
Tints of Rust #AF400A
RGB
CMYK
RGB Variations
Color information
#AF400A (or 0xAF400A) is known color: Rust. HEX triplet: AF, 40 and 0A. RGB value is (175,64,10). Sum of RGB (Red+Green+Blue) = 175+64+10=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF400A is #50BFF5. Grayscale: #5B5B5B. Windows color (decimal): -5292022 or 671919. OLE color: 671919.
HSL color Cylindrical-coordinate representation of color #AF400A: hue angle of 19.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF400A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.31 |
| HSL | 19.64º | 0.89% | 0.36% | - |
| HSV(B) | 19.64º | 0.94% | 0.69% | - |
| XYZ | 19.57 | 12.8 | 1.73 | - |
| YUV | 91.03 | 82.27 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 10 | 0 | 0.63 | 0.94 | 0.31 | 19.64 | 0.89 | 0.36 |
| Hex | AF | 40 | A | 0 | 3F | 5E | 1F | 14 | 59 | 24 |
| Octal | 257 | 100 | 12 | 0 | 77 | 136 | 37 | 24 | 131 | 44 |
| Binary | 10101111 | 1000000 | 1010 | 0 | 111111 | 1011110 | 11111 | 10100 | 1011001 | 100100 |
Color Harmonies of #AF400A
Complementary color
Monochromatic Colors of #AF400A
Black with #AF400A
Text Example
Text Example
White with #AF400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF400A; }
p { color: rgb(175,64,10); }
H1.HeaderClassName
{
color: #AF400A;
}
.AnyTagClassName
{
color: #AF400A;
}
</style>
background-color css
<style>
a { background-color: #AF400A; }
a { background-color: rgb(175,64,10); }
div.DivClassName
{
background-color: #AF400A;
}
.BgClassName
{
background-color: #AF400A;
}
</style>
border-color css
<style>
span { border-color: #AF400A; }
span { border-color: rgb(175,64,10); }
td.TdClassName
{
border-color: #AF400A;
}
.TagClassName
{
border-color: #AF400A;
}
</style>