Shades of Rust #AF2807
Tints of Rust #AF2807
RGB
CMYK
RGB Variations
Color information
#AF2807 (or 0xAF2807) is known color: Rust. HEX triplet: AF, 28 and 07. RGB value is (175,40,7). Sum of RGB (Red+Green+Blue) = 175+40+7=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2807 is #50D7F8. Grayscale: #4C4C4C. Windows color (decimal): -5298169 or 469167. OLE color: 469167.
HSL color Cylindrical-coordinate representation of color #AF2807: hue angle of 11.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF2807 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 7 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.31 |
| HSL | 11.79º | 0.92% | 0.36% | - |
| HSV(B) | 11.79º | 0.96% | 0.69% | - |
| XYZ | 18.48 | 10.65 | 1.28 | - |
| YUV | 76.6 | 88.73 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 7 | 0 | 0.77 | 0.96 | 0.31 | 11.79 | 0.92 | 0.36 |
| Hex | AF | 28 | 7 | 0 | 4D | 60 | 1F | C | 5C | 24 |
| Octal | 257 | 50 | 7 | 0 | 115 | 140 | 37 | 14 | 134 | 44 |
| Binary | 10101111 | 101000 | 111 | 0 | 1001101 | 1100000 | 11111 | 1100 | 1011100 | 100100 |
Color Harmonies of #AF2807
Complementary color
Monochromatic Colors of #AF2807
Black with #AF2807
Text Example
Text Example
White with #AF2807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2807; }
p { color: rgb(175,40,7); }
H1.HeaderClassName
{
color: #AF2807;
}
.AnyTagClassName
{
color: #AF2807;
}
</style>
background-color css
<style>
a { background-color: #AF2807; }
a { background-color: rgb(175,40,7); }
div.DivClassName
{
background-color: #AF2807;
}
.BgClassName
{
background-color: #AF2807;
}
</style>
border-color css
<style>
span { border-color: #AF2807; }
span { border-color: rgb(175,40,7); }
td.TdClassName
{
border-color: #AF2807;
}
.TagClassName
{
border-color: #AF2807;
}
</style>