Shades of Rust #AF450A
Tints of Rust #AF450A
RGB
CMYK
RGB Variations
Color information
#AF450A (or 0xAF450A) is known color: Rust. HEX triplet: AF, 45 and 0A. RGB value is (175,69,10). Sum of RGB (Red+Green+Blue) = 175+69+10=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF450A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF450A is #50BAF5. Grayscale: #5E5E5E. Windows color (decimal): -5290742 or 673199. OLE color: 673199.
HSL color Cylindrical-coordinate representation of color #AF450A: hue angle of 21.45º 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 #AF450A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.31 |
| HSL | 21.45º | 0.89% | 0.36% | - |
| HSV(B) | 21.45º | 0.94% | 0.69% | - |
| XYZ | 19.86 | 13.39 | 1.83 | - |
| YUV | 93.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 10 | 0 | 0.61 | 0.94 | 0.31 | 21.45 | 0.89 | 0.36 |
| Hex | AF | 45 | A | 0 | 3D | 5E | 1F | 15 | 59 | 24 |
| Octal | 257 | 105 | 12 | 0 | 75 | 136 | 37 | 25 | 131 | 44 |
| Binary | 10101111 | 1000101 | 1010 | 0 | 111101 | 1011110 | 11111 | 10101 | 1011001 | 100100 |
Color Harmonies of #AF450A
Complementary color
Monochromatic Colors of #AF450A
Black with #AF450A
Text Example
Text Example
White with #AF450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF450A; }
p { color: rgb(175,69,10); }
H1.HeaderClassName
{
color: #AF450A;
}
.AnyTagClassName
{
color: #AF450A;
}
</style>
background-color css
<style>
a { background-color: #AF450A; }
a { background-color: rgb(175,69,10); }
div.DivClassName
{
background-color: #AF450A;
}
.BgClassName
{
background-color: #AF450A;
}
</style>
border-color css
<style>
span { border-color: #AF450A; }
span { border-color: rgb(175,69,10); }
td.TdClassName
{
border-color: #AF450A;
}
.TagClassName
{
border-color: #AF450A;
}
</style>