Shades of Rust #AF2A0B
Tints of Rust #AF2A0B
RGB
CMYK
RGB Variations
Color information
#AF2A0B (or 0xAF2A0B) is known color: Rust. HEX triplet: AF, 2A and 0B. RGB value is (175,42,11). Sum of RGB (Red+Green+Blue) = 175+42+11=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A0B is #50D5F4. Grayscale: #4E4E4E. Windows color (decimal): -5297653 or 731823. OLE color: 731823.
HSL color Cylindrical-coordinate representation of color #AF2A0B: hue angle of 11.34º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF2A0B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 11 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.31 |
| HSL | 11.34º | 0.88% | 0.36% | - |
| HSV(B) | 11.34º | 0.94% | 0.69% | - |
| XYZ | 18.57 | 10.79 | 1.42 | - |
| YUV | 78.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 11 | 0 | 0.76 | 0.94 | 0.31 | 11.34 | 0.88 | 0.36 |
| Hex | AF | 2A | B | 0 | 4C | 5E | 1F | B | 58 | 24 |
| Octal | 257 | 52 | 13 | 0 | 114 | 136 | 37 | 13 | 130 | 44 |
| Binary | 10101111 | 101010 | 1011 | 0 | 1001100 | 1011110 | 11111 | 1011 | 1011000 | 100100 |
Color Harmonies of #AF2A0B
Complementary color
Monochromatic Colors of #AF2A0B
Black with #AF2A0B
Text Example
Text Example
White with #AF2A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A0B; }
p { color: rgb(175,42,11); }
H1.HeaderClassName
{
color: #AF2A0B;
}
.AnyTagClassName
{
color: #AF2A0B;
}
</style>
background-color css
<style>
a { background-color: #AF2A0B; }
a { background-color: rgb(175,42,11); }
div.DivClassName
{
background-color: #AF2A0B;
}
.BgClassName
{
background-color: #AF2A0B;
}
</style>
border-color css
<style>
span { border-color: #AF2A0B; }
span { border-color: rgb(175,42,11); }
td.TdClassName
{
border-color: #AF2A0B;
}
.TagClassName
{
border-color: #AF2A0B;
}
</style>