Shades of Rust #AF300C
Tints of Rust #AF300C
RGB
CMYK
RGB Variations
Color information
#AF300C (or 0xAF300C) is known color: Rust. HEX triplet: AF, 30 and 0C. RGB value is (175,48,12). Sum of RGB (Red+Green+Blue) = 175+48+12=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF300C is #50CFF3. Grayscale: #525252. Windows color (decimal): -5296116 or 798895. OLE color: 798895.
HSL color Cylindrical-coordinate representation of color #AF300C: hue angle of 13.25º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF300C is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 12 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.31 |
| HSL | 13.25º | 0.87% | 0.37% | - |
| HSV(B) | 13.25º | 0.93% | 0.69% | - |
| XYZ | 18.8 | 11.25 | 1.53 | - |
| YUV | 81.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 12 | 0 | 0.73 | 0.93 | 0.31 | 13.25 | 0.87 | 0.37 |
| Hex | AF | 30 | C | 0 | 49 | 5D | 1F | D | 57 | 25 |
| Octal | 257 | 60 | 14 | 0 | 111 | 135 | 37 | 15 | 127 | 45 |
| Binary | 10101111 | 110000 | 1100 | 0 | 1001001 | 1011101 | 11111 | 1101 | 1010111 | 100101 |
Color Harmonies of #AF300C
Complementary color
Monochromatic Colors of #AF300C
Black with #AF300C
Text Example
Text Example
White with #AF300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF300C; }
p { color: rgb(175,48,12); }
H1.HeaderClassName
{
color: #AF300C;
}
.AnyTagClassName
{
color: #AF300C;
}
</style>
background-color css
<style>
a { background-color: #AF300C; }
a { background-color: rgb(175,48,12); }
div.DivClassName
{
background-color: #AF300C;
}
.BgClassName
{
background-color: #AF300C;
}
</style>
border-color css
<style>
span { border-color: #AF300C; }
span { border-color: rgb(175,48,12); }
td.TdClassName
{
border-color: #AF300C;
}
.TagClassName
{
border-color: #AF300C;
}
</style>