Shades of Rust #AF431E
Tints of Rust #AF431E
RGB
CMYK
RGB Variations
Color information
#AF431E (or 0xAF431E) is known color: Rust. HEX triplet: AF, 43 and 1E. RGB value is (175,67,30). Sum of RGB (Red+Green+Blue) = 175+67+30=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF431E is #50BCE1. Grayscale: #5F5F5F. Windows color (decimal): -5291234 or 1983407. OLE color: 1983407.
HSL color Cylindrical-coordinate representation of color #AF431E: hue angle of 15.31º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF431E is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 30 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.31 |
| HSL | 15.31º | 0.71% | 0.4% | - |
| HSV(B) | 15.31º | 0.83% | 0.69% | - |
| XYZ | 19.92 | 13.22 | 2.73 | - |
| YUV | 95.07 | 91.28 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 30 | 0 | 0.62 | 0.83 | 0.31 | 15.31 | 0.71 | 0.4 |
| Hex | AF | 43 | 1E | 0 | 3E | 53 | 1F | F | 47 | 28 |
| Octal | 257 | 103 | 36 | 0 | 76 | 123 | 37 | 17 | 107 | 50 |
| Binary | 10101111 | 1000011 | 11110 | 0 | 111110 | 1010011 | 11111 | 1111 | 1000111 | 101000 |
Color Harmonies of #AF431E
Complementary color
Monochromatic Colors of #AF431E
Black with #AF431E
Text Example
Text Example
White with #AF431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF431E; }
p { color: rgb(175,67,30); }
H1.HeaderClassName
{
color: #AF431E;
}
.AnyTagClassName
{
color: #AF431E;
}
</style>
background-color css
<style>
a { background-color: #AF431E; }
a { background-color: rgb(175,67,30); }
div.DivClassName
{
background-color: #AF431E;
}
.BgClassName
{
background-color: #AF431E;
}
</style>
border-color css
<style>
span { border-color: #AF431E; }
span { border-color: rgb(175,67,30); }
td.TdClassName
{
border-color: #AF431E;
}
.TagClassName
{
border-color: #AF431E;
}
</style>