Shades of Rust #AF290A
Tints of Rust #AF290A
RGB
CMYK
RGB Variations
Color information
#AF290A (or 0xAF290A) is known color: Rust. HEX triplet: AF, 29 and 0A. RGB value is (175,41,10). Sum of RGB (Red+Green+Blue) = 175+41+10=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF290A is #50D6F5. Grayscale: #4D4D4D. Windows color (decimal): -5297910 or 666031. OLE color: 666031.
HSL color Cylindrical-coordinate representation of color #AF290A: hue angle of 11.27º 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 #AF290A is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 10 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.31 |
| HSL | 11.27º | 0.89% | 0.36% | - |
| HSV(B) | 11.27º | 0.94% | 0.69% | - |
| XYZ | 18.53 | 10.72 | 1.38 | - |
| YUV | 77.53 | 89.89 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 10 | 0 | 0.77 | 0.94 | 0.31 | 11.27 | 0.89 | 0.36 |
| Hex | AF | 29 | A | 0 | 4D | 5E | 1F | B | 59 | 24 |
| Octal | 257 | 51 | 12 | 0 | 115 | 136 | 37 | 13 | 131 | 44 |
| Binary | 10101111 | 101001 | 1010 | 0 | 1001101 | 1011110 | 11111 | 1011 | 1011001 | 100100 |
Color Harmonies of #AF290A
Complementary color
Monochromatic Colors of #AF290A
Black with #AF290A
Text Example
Text Example
White with #AF290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF290A; }
p { color: rgb(175,41,10); }
H1.HeaderClassName
{
color: #AF290A;
}
.AnyTagClassName
{
color: #AF290A;
}
</style>
background-color css
<style>
a { background-color: #AF290A; }
a { background-color: rgb(175,41,10); }
div.DivClassName
{
background-color: #AF290A;
}
.BgClassName
{
background-color: #AF290A;
}
</style>
border-color css
<style>
span { border-color: #AF290A; }
span { border-color: rgb(175,41,10); }
td.TdClassName
{
border-color: #AF290A;
}
.TagClassName
{
border-color: #AF290A;
}
</style>