Shades of Rust #AF430F
Tints of Rust #AF430F
RGB
CMYK
RGB Variations
Color information
#AF430F (or 0xAF430F) is known color: Rust. HEX triplet: AF, 43 and 0F. RGB value is (175,67,15). Sum of RGB (Red+Green+Blue) = 175+67+15=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF430F is #50BCF0. Grayscale: #5D5D5D. Windows color (decimal): -5291249 or 1000367. OLE color: 1000367.
HSL color Cylindrical-coordinate representation of color #AF430F: hue angle of 19.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF430F is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 15 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.31 |
| HSL | 19.5º | 0.84% | 0.37% | - |
| HSV(B) | 19.5º | 0.91% | 0.69% | - |
| XYZ | 19.77 | 13.16 | 1.95 | - |
| YUV | 93.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 15 | 0 | 0.62 | 0.91 | 0.31 | 19.5 | 0.84 | 0.37 |
| Hex | AF | 43 | F | 0 | 3E | 5B | 1F | 14 | 54 | 25 |
| Octal | 257 | 103 | 17 | 0 | 76 | 133 | 37 | 24 | 124 | 45 |
| Binary | 10101111 | 1000011 | 1111 | 0 | 111110 | 1011011 | 11111 | 10100 | 1010100 | 100101 |
Color Harmonies of #AF430F
Complementary color
Monochromatic Colors of #AF430F
Black with #AF430F
Text Example
Text Example
White with #AF430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF430F; }
p { color: rgb(175,67,15); }
H1.HeaderClassName
{
color: #AF430F;
}
.AnyTagClassName
{
color: #AF430F;
}
</style>
background-color css
<style>
a { background-color: #AF430F; }
a { background-color: rgb(175,67,15); }
div.DivClassName
{
background-color: #AF430F;
}
.BgClassName
{
background-color: #AF430F;
}
</style>
border-color css
<style>
span { border-color: #AF430F; }
span { border-color: rgb(175,67,15); }
td.TdClassName
{
border-color: #AF430F;
}
.TagClassName
{
border-color: #AF430F;
}
</style>