Shades of Rust #AF450B
Tints of Rust #AF450B
RGB
CMYK
RGB Variations
Color information
#AF450B (or 0xAF450B) is known color: Rust. HEX triplet: AF, 45 and 0B. RGB value is (175,69,11). Sum of RGB (Red+Green+Blue) = 175+69+11=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF450B is #50BAF4. Grayscale: #5E5E5E. Windows color (decimal): -5290741 or 738735. OLE color: 738735.
HSL color Cylindrical-coordinate representation of color #AF450B: hue angle of 21.22º 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 #AF450B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 11 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.31 |
| HSL | 21.22º | 0.88% | 0.36% | - |
| HSV(B) | 21.22º | 0.94% | 0.69% | - |
| XYZ | 19.87 | 13.39 | 1.85 | - |
| YUV | 94.08 | 81.12 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 11 | 0 | 0.61 | 0.94 | 0.31 | 21.22 | 0.88 | 0.36 |
| Hex | AF | 45 | B | 0 | 3D | 5E | 1F | 15 | 58 | 24 |
| Octal | 257 | 105 | 13 | 0 | 75 | 136 | 37 | 25 | 130 | 44 |
| Binary | 10101111 | 1000101 | 1011 | 0 | 111101 | 1011110 | 11111 | 10101 | 1011000 | 100100 |
Color Harmonies of #AF450B
Complementary color
Monochromatic Colors of #AF450B
Black with #AF450B
Text Example
Text Example
White with #AF450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF450B; }
p { color: rgb(175,69,11); }
H1.HeaderClassName
{
color: #AF450B;
}
.AnyTagClassName
{
color: #AF450B;
}
</style>
background-color css
<style>
a { background-color: #AF450B; }
a { background-color: rgb(175,69,11); }
div.DivClassName
{
background-color: #AF450B;
}
.BgClassName
{
background-color: #AF450B;
}
</style>
border-color css
<style>
span { border-color: #AF450B; }
span { border-color: rgb(175,69,11); }
td.TdClassName
{
border-color: #AF450B;
}
.TagClassName
{
border-color: #AF450B;
}
</style>