Shades of Rust #AF4213
Tints of Rust #AF4213
RGB
CMYK
RGB Variations
Color information
#AF4213 (or 0xAF4213) is known color: Rust. HEX triplet: AF, 42 and 13. RGB value is (175,66,19). Sum of RGB (Red+Green+Blue) = 175+66+19=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4213 is #50BDEC. Grayscale: #5D5D5D. Windows color (decimal): -5291501 or 1262255. OLE color: 1262255.
HSL color Cylindrical-coordinate representation of color #AF4213: hue angle of 18.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF4213 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 19 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.31 |
| HSL | 18.08º | 0.8% | 0.38% | - |
| HSV(B) | 18.08º | 0.89% | 0.69% | - |
| XYZ | 19.74 | 13.06 | 2.1 | - |
| YUV | 93.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 19 | 0 | 0.62 | 0.89 | 0.31 | 18.08 | 0.8 | 0.38 |
| Hex | AF | 42 | 13 | 0 | 3E | 59 | 1F | 12 | 50 | 26 |
| Octal | 257 | 102 | 23 | 0 | 76 | 131 | 37 | 22 | 120 | 46 |
| Binary | 10101111 | 1000010 | 10011 | 0 | 111110 | 1011001 | 11111 | 10010 | 1010000 | 100110 |
Color Harmonies of #AF4213
Complementary color
Monochromatic Colors of #AF4213
Black with #AF4213
Text Example
Text Example
White with #AF4213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4213; }
p { color: rgb(175,66,19); }
H1.HeaderClassName
{
color: #AF4213;
}
.AnyTagClassName
{
color: #AF4213;
}
</style>
background-color css
<style>
a { background-color: #AF4213; }
a { background-color: rgb(175,66,19); }
div.DivClassName
{
background-color: #AF4213;
}
.BgClassName
{
background-color: #AF4213;
}
</style>
border-color css
<style>
span { border-color: #AF4213; }
span { border-color: rgb(175,66,19); }
td.TdClassName
{
border-color: #AF4213;
}
.TagClassName
{
border-color: #AF4213;
}
</style>