Shades of Rust #AF2D0A
Tints of Rust #AF2D0A
RGB
CMYK
RGB Variations
Color information
#AF2D0A (or 0xAF2D0A) is known color: Rust. HEX triplet: AF, 2D and 0A. RGB value is (175,45,10). Sum of RGB (Red+Green+Blue) = 175+45+10=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D0A is #50D2F5. Grayscale: #505050. Windows color (decimal): -5296886 or 667055. OLE color: 667055.
HSL color Cylindrical-coordinate representation of color #AF2D0A: hue angle of 12.73º degrees, saturation: 0.89, 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 #AF2D0A is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 10 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.31 |
| HSL | 12.73º | 0.89% | 0.36% | - |
| HSV(B) | 12.73º | 0.94% | 0.69% | - |
| XYZ | 18.67 | 11.01 | 1.43 | - |
| YUV | 79.88 | 88.57 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 10 | 0 | 0.74 | 0.94 | 0.31 | 12.73 | 0.89 | 0.36 |
| Hex | AF | 2D | A | 0 | 4A | 5E | 1F | D | 59 | 24 |
| Octal | 257 | 55 | 12 | 0 | 112 | 136 | 37 | 15 | 131 | 44 |
| Binary | 10101111 | 101101 | 1010 | 0 | 1001010 | 1011110 | 11111 | 1101 | 1011001 | 100100 |
Color Harmonies of #AF2D0A
Complementary color
Monochromatic Colors of #AF2D0A
Black with #AF2D0A
Text Example
Text Example
White with #AF2D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D0A; }
p { color: rgb(175,45,10); }
H1.HeaderClassName
{
color: #AF2D0A;
}
.AnyTagClassName
{
color: #AF2D0A;
}
</style>
background-color css
<style>
a { background-color: #AF2D0A; }
a { background-color: rgb(175,45,10); }
div.DivClassName
{
background-color: #AF2D0A;
}
.BgClassName
{
background-color: #AF2D0A;
}
</style>
border-color css
<style>
span { border-color: #AF2D0A; }
span { border-color: rgb(175,45,10); }
td.TdClassName
{
border-color: #AF2D0A;
}
.TagClassName
{
border-color: #AF2D0A;
}
</style>