Shades of Rust #AF2200
Tints of Rust #AF2200
RGB
CMYK
RGB Variations
Color information
#AF2200 (or 0xAF2200) is known color: Rust. HEX triplet: AF, 22 and 00. RGB value is (175,34,0). Sum of RGB (Red+Green+Blue) = 175+34+0=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2200 is #50DDFF. Grayscale: #484848. Windows color (decimal): -5299712 or 8879. OLE color: 8879.
HSL color Cylindrical-coordinate representation of color #AF2200: hue angle of 11.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF2200 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.31 |
| HSL | 11.66º | 1% | 0.34% | - |
| HSV(B) | 11.66º | 1% | 0.69% | - |
| XYZ | 18.25 | 10.26 | 1.02 | - |
| YUV | 72.28 | 87.21 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 0 | 0 | 0.81 | 1 | 0.31 | 11.66 | 1 | 0.34 |
| Hex | AF | 22 | 0 | 0 | 51 | 64 | 1F | C | 64 | 22 |
| Octal | 257 | 42 | 0 | 0 | 121 | 144 | 37 | 14 | 144 | 42 |
| Binary | 10101111 | 100010 | 0 | 0 | 1010001 | 1100100 | 11111 | 1100 | 1100100 | 100010 |
Color Harmonies of #AF2200
Complementary color
Monochromatic Colors of #AF2200
Black with #AF2200
Text Example
Text Example
White with #AF2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2200; }
p { color: rgb(175,34,0); }
H1.HeaderClassName
{
color: #AF2200;
}
.AnyTagClassName
{
color: #AF2200;
}
</style>
background-color css
<style>
a { background-color: #AF2200; }
a { background-color: rgb(175,34,0); }
div.DivClassName
{
background-color: #AF2200;
}
.BgClassName
{
background-color: #AF2200;
}
</style>
border-color css
<style>
span { border-color: #AF2200; }
span { border-color: rgb(175,34,0); }
td.TdClassName
{
border-color: #AF2200;
}
.TagClassName
{
border-color: #AF2200;
}
</style>