Shades of Rust #AF300F
Tints of Rust #AF300F
RGB
CMYK
RGB Variations
Color information
#AF300F (or 0xAF300F) is known color: Rust. HEX triplet: AF, 30 and 0F. RGB value is (175,48,15). Sum of RGB (Red+Green+Blue) = 175+48+15=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF300F is #50CFF0. Grayscale: #525252. Windows color (decimal): -5296113 or 995503. OLE color: 995503.
HSL color Cylindrical-coordinate representation of color #AF300F: hue angle of 12.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF300F is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 15 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.31 |
| HSL | 12.38º | 0.84% | 0.37% | - |
| HSV(B) | 12.38º | 0.91% | 0.69% | - |
| XYZ | 18.82 | 11.26 | 1.63 | - |
| YUV | 82.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 15 | 0 | 0.73 | 0.91 | 0.31 | 12.38 | 0.84 | 0.37 |
| Hex | AF | 30 | F | 0 | 49 | 5B | 1F | C | 54 | 25 |
| Octal | 257 | 60 | 17 | 0 | 111 | 133 | 37 | 14 | 124 | 45 |
| Binary | 10101111 | 110000 | 1111 | 0 | 1001001 | 1011011 | 11111 | 1100 | 1010100 | 100101 |
Color Harmonies of #AF300F
Complementary color
Monochromatic Colors of #AF300F
Black with #AF300F
Text Example
Text Example
White with #AF300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF300F; }
p { color: rgb(175,48,15); }
H1.HeaderClassName
{
color: #AF300F;
}
.AnyTagClassName
{
color: #AF300F;
}
</style>
background-color css
<style>
a { background-color: #AF300F; }
a { background-color: rgb(175,48,15); }
div.DivClassName
{
background-color: #AF300F;
}
.BgClassName
{
background-color: #AF300F;
}
</style>
border-color css
<style>
span { border-color: #AF300F; }
span { border-color: rgb(175,48,15); }
td.TdClassName
{
border-color: #AF300F;
}
.TagClassName
{
border-color: #AF300F;
}
</style>