Shades of Rust #AF2802
Tints of Rust #AF2802
RGB
CMYK
RGB Variations
Color information
#AF2802 (or 0xAF2802) is known color: Rust. HEX triplet: AF, 28 and 02. RGB value is (175,40,2). Sum of RGB (Red+Green+Blue) = 175+40+2=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2802 is #50D7FD. Grayscale: #4C4C4C. Windows color (decimal): -5298174 or 141487. OLE color: 141487.
HSL color Cylindrical-coordinate representation of color #AF2802: hue angle of 13.18º degrees, saturation: 0.98, 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 #AF2802 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.31 |
| HSL | 13.18º | 0.98% | 0.35% | - |
| HSV(B) | 13.18º | 0.99% | 0.69% | - |
| XYZ | 18.45 | 10.64 | 1.14 | - |
| YUV | 76.03 | 86.23 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 2 | 0 | 0.77 | 0.99 | 0.31 | 13.18 | 0.98 | 0.35 |
| Hex | AF | 28 | 2 | 0 | 4D | 63 | 1F | D | 62 | 23 |
| Octal | 257 | 50 | 2 | 0 | 115 | 143 | 37 | 15 | 142 | 43 |
| Binary | 10101111 | 101000 | 10 | 0 | 1001101 | 1100011 | 11111 | 1101 | 1100010 | 100011 |
Color Harmonies of #AF2802
Complementary color
Monochromatic Colors of #AF2802
Black with #AF2802
Text Example
Text Example
White with #AF2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2802; }
p { color: rgb(175,40,2); }
H1.HeaderClassName
{
color: #AF2802;
}
.AnyTagClassName
{
color: #AF2802;
}
</style>
background-color css
<style>
a { background-color: #AF2802; }
a { background-color: rgb(175,40,2); }
div.DivClassName
{
background-color: #AF2802;
}
.BgClassName
{
background-color: #AF2802;
}
</style>
border-color css
<style>
span { border-color: #AF2802; }
span { border-color: rgb(175,40,2); }
td.TdClassName
{
border-color: #AF2802;
}
.TagClassName
{
border-color: #AF2802;
}
</style>