Shades of Rust #AF360B
Tints of Rust #AF360B
RGB
CMYK
RGB Variations
Color information
#AF360B (or 0xAF360B) is known color: Rust. HEX triplet: AF, 36 and 0B. RGB value is (175,54,11). Sum of RGB (Red+Green+Blue) = 175+54+11=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF360B is #50C9F4. Grayscale: #555555. Windows color (decimal): -5294581 or 734895. OLE color: 734895.
HSL color Cylindrical-coordinate representation of color #AF360B: hue angle of 15.73º degrees, saturation: 0.88, 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 #AF360B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.31 |
| HSL | 15.73º | 0.88% | 0.36% | - |
| HSV(B) | 15.73º | 0.94% | 0.69% | - |
| XYZ | 19.06 | 11.78 | 1.59 | - |
| YUV | 85.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 11 | 0 | 0.69 | 0.94 | 0.31 | 15.73 | 0.88 | 0.36 |
| Hex | AF | 36 | B | 0 | 45 | 5E | 1F | 10 | 58 | 24 |
| Octal | 257 | 66 | 13 | 0 | 105 | 136 | 37 | 20 | 130 | 44 |
| Binary | 10101111 | 110110 | 1011 | 0 | 1000101 | 1011110 | 11111 | 10000 | 1011000 | 100100 |
Color Harmonies of #AF360B
Complementary color
Monochromatic Colors of #AF360B
Black with #AF360B
Text Example
Text Example
White with #AF360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF360B; }
p { color: rgb(175,54,11); }
H1.HeaderClassName
{
color: #AF360B;
}
.AnyTagClassName
{
color: #AF360B;
}
</style>
background-color css
<style>
a { background-color: #AF360B; }
a { background-color: rgb(175,54,11); }
div.DivClassName
{
background-color: #AF360B;
}
.BgClassName
{
background-color: #AF360B;
}
</style>
border-color css
<style>
span { border-color: #AF360B; }
span { border-color: rgb(175,54,11); }
td.TdClassName
{
border-color: #AF360B;
}
.TagClassName
{
border-color: #AF360B;
}
</style>