Shades of Rust #AF3415
Tints of Rust #AF3415
RGB
CMYK
RGB Variations
Color information
#AF3415 (or 0xAF3415) is known color: Rust. HEX triplet: AF, 34 and 15. RGB value is (175,52,21). Sum of RGB (Red+Green+Blue) = 175+52+21=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3415 is #50CBEA. Grayscale: #555555. Windows color (decimal): -5295083 or 1389743. OLE color: 1389743.
HSL color Cylindrical-coordinate representation of color #AF3415: hue angle of 12.08º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF3415 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 21 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.31 |
| HSL | 12.08º | 0.79% | 0.38% | - |
| HSV(B) | 12.08º | 0.88% | 0.69% | - |
| XYZ | 19.04 | 11.62 | 1.95 | - |
| YUV | 85.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 21 | 0 | 0.70 | 0.88 | 0.31 | 12.08 | 0.79 | 0.38 |
| Hex | AF | 34 | 15 | 0 | 46 | 58 | 1F | C | 4F | 26 |
| Octal | 257 | 64 | 25 | 0 | 106 | 130 | 37 | 14 | 117 | 46 |
| Binary | 10101111 | 110100 | 10101 | 0 | 1000110 | 1011000 | 11111 | 1100 | 1001111 | 100110 |
Color Harmonies of #AF3415
Complementary color
Monochromatic Colors of #AF3415
Black with #AF3415
Text Example
Text Example
White with #AF3415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3415; }
p { color: rgb(175,52,21); }
H1.HeaderClassName
{
color: #AF3415;
}
.AnyTagClassName
{
color: #AF3415;
}
</style>
background-color css
<style>
a { background-color: #AF3415; }
a { background-color: rgb(175,52,21); }
div.DivClassName
{
background-color: #AF3415;
}
.BgClassName
{
background-color: #AF3415;
}
</style>
border-color css
<style>
span { border-color: #AF3415; }
span { border-color: rgb(175,52,21); }
td.TdClassName
{
border-color: #AF3415;
}
.TagClassName
{
border-color: #AF3415;
}
</style>