Shades of Rust #AF360A
Tints of Rust #AF360A
RGB
CMYK
RGB Variations
Color information
#AF360A (or 0xAF360A) is known color: Rust. HEX triplet: AF, 36 and 0A. RGB value is (175,54,10). Sum of RGB (Red+Green+Blue) = 175+54+10=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF360A is #50C9F5. Grayscale: #555555. Windows color (decimal): -5294582 or 669359. OLE color: 669359.
HSL color Cylindrical-coordinate representation of color #AF360A: hue angle of 16º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF360A is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 10 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.31 |
| HSL | 16º | 0.89% | 0.36% | - |
| HSV(B) | 16º | 0.94% | 0.69% | - |
| XYZ | 19.05 | 11.77 | 1.56 | - |
| YUV | 85.16 | 85.59 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 10 | 0 | 0.69 | 0.94 | 0.31 | 16 | 0.89 | 0.36 |
| Hex | AF | 36 | A | 0 | 45 | 5E | 1F | 10 | 59 | 24 |
| Octal | 257 | 66 | 12 | 0 | 105 | 136 | 37 | 20 | 131 | 44 |
| Binary | 10101111 | 110110 | 1010 | 0 | 1000101 | 1011110 | 11111 | 10000 | 1011001 | 100100 |
Color Harmonies of #AF360A
Complementary color
Monochromatic Colors of #AF360A
Black with #AF360A
Text Example
Text Example
White with #AF360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF360A; }
p { color: rgb(175,54,10); }
H1.HeaderClassName
{
color: #AF360A;
}
.AnyTagClassName
{
color: #AF360A;
}
</style>
background-color css
<style>
a { background-color: #AF360A; }
a { background-color: rgb(175,54,10); }
div.DivClassName
{
background-color: #AF360A;
}
.BgClassName
{
background-color: #AF360A;
}
</style>
border-color css
<style>
span { border-color: #AF360A; }
span { border-color: rgb(175,54,10); }
td.TdClassName
{
border-color: #AF360A;
}
.TagClassName
{
border-color: #AF360A;
}
</style>