Shades of Rust #AF390A
Tints of Rust #AF390A
RGB
CMYK
RGB Variations
Color information
#AF390A (or 0xAF390A) is known color: Rust. HEX triplet: AF, 39 and 0A. RGB value is (175,57,10). Sum of RGB (Red+Green+Blue) = 175+57+10=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF390A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF390A is #50C6F5. Grayscale: #575757. Windows color (decimal): -5293814 or 670127. OLE color: 670127.
HSL color Cylindrical-coordinate representation of color #AF390A: hue angle of 17.09º 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 #AF390A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 10 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.31 |
| HSL | 17.09º | 0.89% | 0.36% | - |
| HSV(B) | 17.09º | 0.94% | 0.69% | - |
| XYZ | 19.2 | 12.06 | 1.6 | - |
| YUV | 86.92 | 84.59 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 10 | 0 | 0.67 | 0.94 | 0.31 | 17.09 | 0.89 | 0.36 |
| Hex | AF | 39 | A | 0 | 43 | 5E | 1F | 11 | 59 | 24 |
| Octal | 257 | 71 | 12 | 0 | 103 | 136 | 37 | 21 | 131 | 44 |
| Binary | 10101111 | 111001 | 1010 | 0 | 1000011 | 1011110 | 11111 | 10001 | 1011001 | 100100 |
Color Harmonies of #AF390A
Complementary color
Monochromatic Colors of #AF390A
Black with #AF390A
Text Example
Text Example
White with #AF390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF390A; }
p { color: rgb(175,57,10); }
H1.HeaderClassName
{
color: #AF390A;
}
.AnyTagClassName
{
color: #AF390A;
}
</style>
background-color css
<style>
a { background-color: #AF390A; }
a { background-color: rgb(175,57,10); }
div.DivClassName
{
background-color: #AF390A;
}
.BgClassName
{
background-color: #AF390A;
}
</style>
border-color css
<style>
span { border-color: #AF390A; }
span { border-color: rgb(175,57,10); }
td.TdClassName
{
border-color: #AF390A;
}
.TagClassName
{
border-color: #AF390A;
}
</style>