Shades of Rust #AF431B
Tints of Rust #AF431B
RGB
CMYK
RGB Variations
Color information
#AF431B (or 0xAF431B) is known color: Rust. HEX triplet: AF, 43 and 1B. RGB value is (175,67,27). Sum of RGB (Red+Green+Blue) = 175+67+27=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF431B is #50BCE4. Grayscale: #5F5F5F. Windows color (decimal): -5291237 or 1786799. OLE color: 1786799.
HSL color Cylindrical-coordinate representation of color #AF431B: hue angle of 16.22º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF431B is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 27 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.31 |
| HSL | 16.22º | 0.73% | 0.4% | - |
| HSV(B) | 16.22º | 0.85% | 0.69% | - |
| XYZ | 19.88 | 13.21 | 2.54 | - |
| YUV | 94.73 | 89.78 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 27 | 0 | 0.62 | 0.85 | 0.31 | 16.22 | 0.73 | 0.4 |
| Hex | AF | 43 | 1B | 0 | 3E | 55 | 1F | 10 | 49 | 28 |
| Octal | 257 | 103 | 33 | 0 | 76 | 125 | 37 | 20 | 111 | 50 |
| Binary | 10101111 | 1000011 | 11011 | 0 | 111110 | 1010101 | 11111 | 10000 | 1001001 | 101000 |
Color Harmonies of #AF431B
Complementary color
Monochromatic Colors of #AF431B
Black with #AF431B
Text Example
Text Example
White with #AF431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF431B; }
p { color: rgb(175,67,27); }
H1.HeaderClassName
{
color: #AF431B;
}
.AnyTagClassName
{
color: #AF431B;
}
</style>
background-color css
<style>
a { background-color: #AF431B; }
a { background-color: rgb(175,67,27); }
div.DivClassName
{
background-color: #AF431B;
}
.BgClassName
{
background-color: #AF431B;
}
</style>
border-color css
<style>
span { border-color: #AF431B; }
span { border-color: rgb(175,67,27); }
td.TdClassName
{
border-color: #AF431B;
}
.TagClassName
{
border-color: #AF431B;
}
</style>