Shades of Rust #AF2801
Tints of Rust #AF2801
RGB
CMYK
RGB Variations
Color information
#AF2801 (or 0xAF2801) is known color: Rust. HEX triplet: AF, 28 and 01. RGB value is (175,40,1). Sum of RGB (Red+Green+Blue) = 175+40+1=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2801 is #50D7FE. Grayscale: #4C4C4C. Windows color (decimal): -5298175 or 75951. OLE color: 75951.
HSL color Cylindrical-coordinate representation of color #AF2801: hue angle of 13.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF2801 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.31 |
| HSL | 13.45º | 0.99% | 0.35% | - |
| HSV(B) | 13.45º | 0.99% | 0.69% | - |
| XYZ | 18.44 | 10.63 | 1.11 | - |
| YUV | 75.92 | 85.73 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 1 | 0 | 0.77 | 0.99 | 0.31 | 13.45 | 0.99 | 0.35 |
| Hex | AF | 28 | 1 | 0 | 4D | 63 | 1F | D | 63 | 23 |
| Octal | 257 | 50 | 1 | 0 | 115 | 143 | 37 | 15 | 143 | 43 |
| Binary | 10101111 | 101000 | 1 | 0 | 1001101 | 1100011 | 11111 | 1101 | 1100011 | 100011 |
Color Harmonies of #AF2801
Complementary color
Monochromatic Colors of #AF2801
Black with #AF2801
Text Example
Text Example
White with #AF2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2801; }
p { color: rgb(175,40,1); }
H1.HeaderClassName
{
color: #AF2801;
}
.AnyTagClassName
{
color: #AF2801;
}
</style>
background-color css
<style>
a { background-color: #AF2801; }
a { background-color: rgb(175,40,1); }
div.DivClassName
{
background-color: #AF2801;
}
.BgClassName
{
background-color: #AF2801;
}
</style>
border-color css
<style>
span { border-color: #AF2801; }
span { border-color: rgb(175,40,1); }
td.TdClassName
{
border-color: #AF2801;
}
.TagClassName
{
border-color: #AF2801;
}
</style>