Shades of Rust #AF2909
Tints of Rust #AF2909
RGB
CMYK
RGB Variations
Color information
#AF2909 (or 0xAF2909) is known color: Rust. HEX triplet: AF, 29 and 09. RGB value is (175,41,9). Sum of RGB (Red+Green+Blue) = 175+41+9=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2909 is #50D6F6. Grayscale: #4D4D4D. Windows color (decimal): -5297911 or 600495. OLE color: 600495.
HSL color Cylindrical-coordinate representation of color #AF2909: hue angle of 11.57º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF2909 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 9 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.31 |
| HSL | 11.57º | 0.9% | 0.36% | - |
| HSV(B) | 11.57º | 0.95% | 0.69% | - |
| XYZ | 18.52 | 10.72 | 1.35 | - |
| YUV | 77.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 9 | 0 | 0.77 | 0.95 | 0.31 | 11.57 | 0.9 | 0.36 |
| Hex | AF | 29 | 9 | 0 | 4D | 5F | 1F | C | 5A | 24 |
| Octal | 257 | 51 | 11 | 0 | 115 | 137 | 37 | 14 | 132 | 44 |
| Binary | 10101111 | 101001 | 1001 | 0 | 1001101 | 1011111 | 11111 | 1100 | 1011010 | 100100 |
Color Harmonies of #AF2909
Complementary color
Monochromatic Colors of #AF2909
Black with #AF2909
Text Example
Text Example
White with #AF2909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2909; }
p { color: rgb(175,41,9); }
H1.HeaderClassName
{
color: #AF2909;
}
.AnyTagClassName
{
color: #AF2909;
}
</style>
background-color css
<style>
a { background-color: #AF2909; }
a { background-color: rgb(175,41,9); }
div.DivClassName
{
background-color: #AF2909;
}
.BgClassName
{
background-color: #AF2909;
}
</style>
border-color css
<style>
span { border-color: #AF2909; }
span { border-color: rgb(175,41,9); }
td.TdClassName
{
border-color: #AF2909;
}
.TagClassName
{
border-color: #AF2909;
}
</style>