Shades of Rust #AF390B
Tints of Rust #AF390B
RGB
CMYK
RGB Variations
Color information
#AF390B (or 0xAF390B) is known color: Rust. HEX triplet: AF, 39 and 0B. RGB value is (175,57,11). Sum of RGB (Red+Green+Blue) = 175+57+11=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF390B is #50C6F4. Grayscale: #575757. Windows color (decimal): -5293813 or 735663. OLE color: 735663.
HSL color Cylindrical-coordinate representation of color #AF390B: hue angle of 16.83º 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 #AF390B is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 11 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.31 |
| HSL | 16.83º | 0.88% | 0.36% | - |
| HSV(B) | 16.83º | 0.94% | 0.69% | - |
| XYZ | 19.2 | 12.06 | 1.63 | - |
| YUV | 87.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 11 | 0 | 0.67 | 0.94 | 0.31 | 16.83 | 0.88 | 0.36 |
| Hex | AF | 39 | B | 0 | 43 | 5E | 1F | 11 | 58 | 24 |
| Octal | 257 | 71 | 13 | 0 | 103 | 136 | 37 | 21 | 130 | 44 |
| Binary | 10101111 | 111001 | 1011 | 0 | 1000011 | 1011110 | 11111 | 10001 | 1011000 | 100100 |
Color Harmonies of #AF390B
Complementary color
Monochromatic Colors of #AF390B
Black with #AF390B
Text Example
Text Example
White with #AF390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF390B; }
p { color: rgb(175,57,11); }
H1.HeaderClassName
{
color: #AF390B;
}
.AnyTagClassName
{
color: #AF390B;
}
</style>
background-color css
<style>
a { background-color: #AF390B; }
a { background-color: rgb(175,57,11); }
div.DivClassName
{
background-color: #AF390B;
}
.BgClassName
{
background-color: #AF390B;
}
</style>
border-color css
<style>
span { border-color: #AF390B; }
span { border-color: rgb(175,57,11); }
td.TdClassName
{
border-color: #AF390B;
}
.TagClassName
{
border-color: #AF390B;
}
</style>