Shades of Rust #AF2B07
Tints of Rust #AF2B07
RGB
CMYK
RGB Variations
Color information
#AF2B07 (or 0xAF2B07) is known color: Rust. HEX triplet: AF, 2B and 07. RGB value is (175,43,7). Sum of RGB (Red+Green+Blue) = 175+43+7=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2B07 is #50D4F8. Grayscale: #4E4E4E. Windows color (decimal): -5297401 or 469935. OLE color: 469935.
HSL color Cylindrical-coordinate representation of color #AF2B07: hue angle of 12.86º 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 #AF2B07 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 7 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.31 |
| HSL | 12.86º | 0.92% | 0.36% | - |
| HSV(B) | 12.86º | 0.96% | 0.69% | - |
| XYZ | 18.58 | 10.86 | 1.32 | - |
| YUV | 78.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 7 | 0 | 0.75 | 0.96 | 0.31 | 12.86 | 0.92 | 0.36 |
| Hex | AF | 2B | 7 | 0 | 4B | 60 | 1F | D | 5C | 24 |
| Octal | 257 | 53 | 7 | 0 | 113 | 140 | 37 | 15 | 134 | 44 |
| Binary | 10101111 | 101011 | 111 | 0 | 1001011 | 1100000 | 11111 | 1101 | 1011100 | 100100 |
Color Harmonies of #AF2B07
Complementary color
Monochromatic Colors of #AF2B07
Black with #AF2B07
Text Example
Text Example
White with #AF2B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B07; }
p { color: rgb(175,43,7); }
H1.HeaderClassName
{
color: #AF2B07;
}
.AnyTagClassName
{
color: #AF2B07;
}
</style>
background-color css
<style>
a { background-color: #AF2B07; }
a { background-color: rgb(175,43,7); }
div.DivClassName
{
background-color: #AF2B07;
}
.BgClassName
{
background-color: #AF2B07;
}
</style>
border-color css
<style>
span { border-color: #AF2B07; }
span { border-color: rgb(175,43,7); }
td.TdClassName
{
border-color: #AF2B07;
}
.TagClassName
{
border-color: #AF2B07;
}
</style>