Shades of Rust #AF4315
Tints of Rust #AF4315
RGB
CMYK
RGB Variations
Color information
#AF4315 (or 0xAF4315) is known color: Rust. HEX triplet: AF, 43 and 15. RGB value is (175,67,21). Sum of RGB (Red+Green+Blue) = 175+67+21=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4315 is #50BCEA. Grayscale: #5E5E5E. Windows color (decimal): -5291243 or 1393583. OLE color: 1393583.
HSL color Cylindrical-coordinate representation of color #AF4315: hue angle of 17.92º 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 #AF4315 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 21 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.31 |
| HSL | 17.92º | 0.79% | 0.38% | - |
| HSV(B) | 17.92º | 0.88% | 0.69% | - |
| XYZ | 19.82 | 13.18 | 2.21 | - |
| YUV | 94.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 21 | 0 | 0.62 | 0.88 | 0.31 | 17.92 | 0.79 | 0.38 |
| Hex | AF | 43 | 15 | 0 | 3E | 58 | 1F | 12 | 4F | 26 |
| Octal | 257 | 103 | 25 | 0 | 76 | 130 | 37 | 22 | 117 | 46 |
| Binary | 10101111 | 1000011 | 10101 | 0 | 111110 | 1011000 | 11111 | 10010 | 1001111 | 100110 |
Color Harmonies of #AF4315
Complementary color
Monochromatic Colors of #AF4315
Black with #AF4315
Text Example
Text Example
White with #AF4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4315; }
p { color: rgb(175,67,21); }
H1.HeaderClassName
{
color: #AF4315;
}
.AnyTagClassName
{
color: #AF4315;
}
</style>
background-color css
<style>
a { background-color: #AF4315; }
a { background-color: rgb(175,67,21); }
div.DivClassName
{
background-color: #AF4315;
}
.BgClassName
{
background-color: #AF4315;
}
</style>
border-color css
<style>
span { border-color: #AF4315; }
span { border-color: rgb(175,67,21); }
td.TdClassName
{
border-color: #AF4315;
}
.TagClassName
{
border-color: #AF4315;
}
</style>