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