Shades of Rust #AF2F08
Tints of Rust #AF2F08
RGB
CMYK
RGB Variations
Color information
#AF2F08 (or 0xAF2F08) is known color: Rust. HEX triplet: AF, 2F and 08. RGB value is (175,47,8). Sum of RGB (Red+Green+Blue) = 175+47+8=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F08 is #50D0F7. Grayscale: #515151. Windows color (decimal): -5296376 or 536495. OLE color: 536495.
HSL color Cylindrical-coordinate representation of color #AF2F08: hue angle of 14.01º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF2F08 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 8 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.31 |
| HSL | 14.01º | 0.91% | 0.36% | - |
| HSV(B) | 14.01º | 0.95% | 0.69% | - |
| XYZ | 18.74 | 11.16 | 1.4 | - |
| YUV | 80.83 | 86.91 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 8 | 0 | 0.73 | 0.95 | 0.31 | 14.01 | 0.91 | 0.36 |
| Hex | AF | 2F | 8 | 0 | 49 | 5F | 1F | E | 5B | 24 |
| Octal | 257 | 57 | 10 | 0 | 111 | 137 | 37 | 16 | 133 | 44 |
| Binary | 10101111 | 101111 | 1000 | 0 | 1001001 | 1011111 | 11111 | 1110 | 1011011 | 100100 |
Color Harmonies of #AF2F08
Complementary color
Monochromatic Colors of #AF2F08
Black with #AF2F08
Text Example
Text Example
White with #AF2F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F08; }
p { color: rgb(175,47,8); }
H1.HeaderClassName
{
color: #AF2F08;
}
.AnyTagClassName
{
color: #AF2F08;
}
</style>
background-color css
<style>
a { background-color: #AF2F08; }
a { background-color: rgb(175,47,8); }
div.DivClassName
{
background-color: #AF2F08;
}
.BgClassName
{
background-color: #AF2F08;
}
</style>
border-color css
<style>
span { border-color: #AF2F08; }
span { border-color: rgb(175,47,8); }
td.TdClassName
{
border-color: #AF2F08;
}
.TagClassName
{
border-color: #AF2F08;
}
</style>