Shades of Rust #AF2B0B
Tints of Rust #AF2B0B
RGB
CMYK
RGB Variations
Color information
#AF2B0B (or 0xAF2B0B) is known color: Rust. HEX triplet: AF, 2B and 0B. RGB value is (175,43,11). Sum of RGB (Red+Green+Blue) = 175+43+11=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2B0B is #50D4F4. Grayscale: #4F4F4F. Windows color (decimal): -5297397 or 732079. OLE color: 732079.
HSL color Cylindrical-coordinate representation of color #AF2B0B: hue angle of 11.71º 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 #AF2B0B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 11 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.31 |
| HSL | 11.71º | 0.88% | 0.36% | - |
| HSV(B) | 11.71º | 0.94% | 0.69% | - |
| XYZ | 18.6 | 10.87 | 1.43 | - |
| YUV | 78.82 | 89.73 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 11 | 0 | 0.75 | 0.94 | 0.31 | 11.71 | 0.88 | 0.36 |
| Hex | AF | 2B | B | 0 | 4B | 5E | 1F | C | 58 | 24 |
| Octal | 257 | 53 | 13 | 0 | 113 | 136 | 37 | 14 | 130 | 44 |
| Binary | 10101111 | 101011 | 1011 | 0 | 1001011 | 1011110 | 11111 | 1100 | 1011000 | 100100 |
Color Harmonies of #AF2B0B
Complementary color
Monochromatic Colors of #AF2B0B
Black with #AF2B0B
Text Example
Text Example
White with #AF2B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B0B; }
p { color: rgb(175,43,11); }
H1.HeaderClassName
{
color: #AF2B0B;
}
.AnyTagClassName
{
color: #AF2B0B;
}
</style>
background-color css
<style>
a { background-color: #AF2B0B; }
a { background-color: rgb(175,43,11); }
div.DivClassName
{
background-color: #AF2B0B;
}
.BgClassName
{
background-color: #AF2B0B;
}
</style>
border-color css
<style>
span { border-color: #AF2B0B; }
span { border-color: rgb(175,43,11); }
td.TdClassName
{
border-color: #AF2B0B;
}
.TagClassName
{
border-color: #AF2B0B;
}
</style>