Shades of Rust #AF2F0A
Tints of Rust #AF2F0A
RGB
CMYK
RGB Variations
Color information
#AF2F0A (or 0xAF2F0A) is known color: Rust. HEX triplet: AF, 2F and 0A. RGB value is (175,47,10). Sum of RGB (Red+Green+Blue) = 175+47+10=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F0A is #50D0F5. Grayscale: #515151. Windows color (decimal): -5296374 or 667567. OLE color: 667567.
HSL color Cylindrical-coordinate representation of color #AF2F0A: hue angle of 13.45º 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 #AF2F0A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 10 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.31 |
| HSL | 13.45º | 0.89% | 0.36% | - |
| HSV(B) | 13.45º | 0.94% | 0.69% | - |
| XYZ | 18.75 | 11.17 | 1.45 | - |
| YUV | 81.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 10 | 0 | 0.73 | 0.94 | 0.31 | 13.45 | 0.89 | 0.36 |
| Hex | AF | 2F | A | 0 | 49 | 5E | 1F | D | 59 | 24 |
| Octal | 257 | 57 | 12 | 0 | 111 | 136 | 37 | 15 | 131 | 44 |
| Binary | 10101111 | 101111 | 1010 | 0 | 1001001 | 1011110 | 11111 | 1101 | 1011001 | 100100 |
Color Harmonies of #AF2F0A
Complementary color
Monochromatic Colors of #AF2F0A
Black with #AF2F0A
Text Example
Text Example
White with #AF2F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F0A; }
p { color: rgb(175,47,10); }
H1.HeaderClassName
{
color: #AF2F0A;
}
.AnyTagClassName
{
color: #AF2F0A;
}
</style>
background-color css
<style>
a { background-color: #AF2F0A; }
a { background-color: rgb(175,47,10); }
div.DivClassName
{
background-color: #AF2F0A;
}
.BgClassName
{
background-color: #AF2F0A;
}
</style>
border-color css
<style>
span { border-color: #AF2F0A; }
span { border-color: rgb(175,47,10); }
td.TdClassName
{
border-color: #AF2F0A;
}
.TagClassName
{
border-color: #AF2F0A;
}
</style>