Shades of Rust #AF2908
Tints of Rust #AF2908
RGB
CMYK
RGB Variations
Color information
#AF2908 (or 0xAF2908) is known color: Rust. HEX triplet: AF, 29 and 08. RGB value is (175,41,8). Sum of RGB (Red+Green+Blue) = 175+41+8=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2908 is #50D6F7. Grayscale: #4D4D4D. Windows color (decimal): -5297912 or 534959. OLE color: 534959.
HSL color Cylindrical-coordinate representation of color #AF2908: hue angle of 11.86º degrees, saturation: 0.91, 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 #AF2908 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 8 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.31 |
| HSL | 11.86º | 0.91% | 0.36% | - |
| HSV(B) | 11.86º | 0.95% | 0.69% | - |
| XYZ | 18.52 | 10.72 | 1.32 | - |
| YUV | 77.3 | 88.89 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 8 | 0 | 0.77 | 0.95 | 0.31 | 11.86 | 0.91 | 0.36 |
| Hex | AF | 29 | 8 | 0 | 4D | 5F | 1F | C | 5B | 24 |
| Octal | 257 | 51 | 10 | 0 | 115 | 137 | 37 | 14 | 133 | 44 |
| Binary | 10101111 | 101001 | 1000 | 0 | 1001101 | 1011111 | 11111 | 1100 | 1011011 | 100100 |
Color Harmonies of #AF2908
Complementary color
Monochromatic Colors of #AF2908
Black with #AF2908
Text Example
Text Example
White with #AF2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2908; }
p { color: rgb(175,41,8); }
H1.HeaderClassName
{
color: #AF2908;
}
.AnyTagClassName
{
color: #AF2908;
}
</style>
background-color css
<style>
a { background-color: #AF2908; }
a { background-color: rgb(175,41,8); }
div.DivClassName
{
background-color: #AF2908;
}
.BgClassName
{
background-color: #AF2908;
}
</style>
border-color css
<style>
span { border-color: #AF2908; }
span { border-color: rgb(175,41,8); }
td.TdClassName
{
border-color: #AF2908;
}
.TagClassName
{
border-color: #AF2908;
}
</style>