Shades of Rust #AF420D
Tints of Rust #AF420D
RGB
CMYK
RGB Variations
Color information
#AF420D (or 0xAF420D) is known color: Rust. HEX triplet: AF, 42 and 0D. RGB value is (175,66,13). Sum of RGB (Red+Green+Blue) = 175+66+13=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF420D is #50BDF2. Grayscale: #5C5C5C. Windows color (decimal): -5291507 or 869039. OLE color: 869039.
HSL color Cylindrical-coordinate representation of color #AF420D: hue angle of 19.63º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF420D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 13 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.31 |
| HSL | 19.63º | 0.86% | 0.37% | - |
| HSV(B) | 19.63º | 0.93% | 0.69% | - |
| XYZ | 19.7 | 13.04 | 1.86 | - |
| YUV | 92.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 13 | 0 | 0.62 | 0.93 | 0.31 | 19.63 | 0.86 | 0.37 |
| Hex | AF | 42 | D | 0 | 3E | 5D | 1F | 14 | 56 | 25 |
| Octal | 257 | 102 | 15 | 0 | 76 | 135 | 37 | 24 | 126 | 45 |
| Binary | 10101111 | 1000010 | 1101 | 0 | 111110 | 1011101 | 11111 | 10100 | 1010110 | 100101 |
Color Harmonies of #AF420D
Complementary color
Monochromatic Colors of #AF420D
Black with #AF420D
Text Example
Text Example
White with #AF420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF420D; }
p { color: rgb(175,66,13); }
H1.HeaderClassName
{
color: #AF420D;
}
.AnyTagClassName
{
color: #AF420D;
}
</style>
background-color css
<style>
a { background-color: #AF420D; }
a { background-color: rgb(175,66,13); }
div.DivClassName
{
background-color: #AF420D;
}
.BgClassName
{
background-color: #AF420D;
}
</style>
border-color css
<style>
span { border-color: #AF420D; }
span { border-color: rgb(175,66,13); }
td.TdClassName
{
border-color: #AF420D;
}
.TagClassName
{
border-color: #AF420D;
}
</style>