Shades of Rust #AF400B
Tints of Rust #AF400B
RGB
CMYK
RGB Variations
Color information
#AF400B (or 0xAF400B) is known color: Rust. HEX triplet: AF, 40 and 0B. RGB value is (175,64,11). Sum of RGB (Red+Green+Blue) = 175+64+11=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF400B is #50BFF4. Grayscale: #5B5B5B. Windows color (decimal): -5292021 or 737455. OLE color: 737455.
HSL color Cylindrical-coordinate representation of color #AF400B: hue angle of 19.39º 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 #AF400B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.31 |
| HSL | 19.39º | 0.88% | 0.36% | - |
| HSV(B) | 19.39º | 0.94% | 0.69% | - |
| XYZ | 19.57 | 12.8 | 1.76 | - |
| YUV | 91.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 11 | 0 | 0.63 | 0.94 | 0.31 | 19.39 | 0.88 | 0.36 |
| Hex | AF | 40 | B | 0 | 3F | 5E | 1F | 13 | 58 | 24 |
| Octal | 257 | 100 | 13 | 0 | 77 | 136 | 37 | 23 | 130 | 44 |
| Binary | 10101111 | 1000000 | 1011 | 0 | 111111 | 1011110 | 11111 | 10011 | 1011000 | 100100 |
Color Harmonies of #AF400B
Complementary color
Monochromatic Colors of #AF400B
Black with #AF400B
Text Example
Text Example
White with #AF400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF400B; }
p { color: rgb(175,64,11); }
H1.HeaderClassName
{
color: #AF400B;
}
.AnyTagClassName
{
color: #AF400B;
}
</style>
background-color css
<style>
a { background-color: #AF400B; }
a { background-color: rgb(175,64,11); }
div.DivClassName
{
background-color: #AF400B;
}
.BgClassName
{
background-color: #AF400B;
}
</style>
border-color css
<style>
span { border-color: #AF400B; }
span { border-color: rgb(175,64,11); }
td.TdClassName
{
border-color: #AF400B;
}
.TagClassName
{
border-color: #AF400B;
}
</style>