Shades of Rust #AF2707
Tints of Rust #AF2707
RGB
CMYK
RGB Variations
Color information
#AF2707 (or 0xAF2707) is known color: Rust. HEX triplet: AF, 27 and 07. RGB value is (175,39,7). Sum of RGB (Red+Green+Blue) = 175+39+7=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2707 is #50D8F8. Grayscale: #4C4C4C. Windows color (decimal): -5298425 or 468911. OLE color: 468911.
HSL color Cylindrical-coordinate representation of color #AF2707: hue angle of 11.43º 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 #AF2707 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.31 |
| HSL | 11.43º | 0.92% | 0.36% | - |
| HSV(B) | 11.43º | 0.96% | 0.69% | - |
| XYZ | 18.44 | 10.58 | 1.27 | - |
| YUV | 76.02 | 89.06 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 7 | 0 | 0.78 | 0.96 | 0.31 | 11.43 | 0.92 | 0.36 |
| Hex | AF | 27 | 7 | 0 | 4E | 60 | 1F | B | 5C | 24 |
| Octal | 257 | 47 | 7 | 0 | 116 | 140 | 37 | 13 | 134 | 44 |
| Binary | 10101111 | 100111 | 111 | 0 | 1001110 | 1100000 | 11111 | 1011 | 1011100 | 100100 |
Color Harmonies of #AF2707
Complementary color
Monochromatic Colors of #AF2707
Black with #AF2707
Text Example
Text Example
White with #AF2707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2707; }
p { color: rgb(175,39,7); }
H1.HeaderClassName
{
color: #AF2707;
}
.AnyTagClassName
{
color: #AF2707;
}
</style>
background-color css
<style>
a { background-color: #AF2707; }
a { background-color: rgb(175,39,7); }
div.DivClassName
{
background-color: #AF2707;
}
.BgClassName
{
background-color: #AF2707;
}
</style>
border-color css
<style>
span { border-color: #AF2707; }
span { border-color: rgb(175,39,7); }
td.TdClassName
{
border-color: #AF2707;
}
.TagClassName
{
border-color: #AF2707;
}
</style>