Shades of Rust #AF421F
Tints of Rust #AF421F
RGB
CMYK
RGB Variations
Color information
#AF421F (or 0xAF421F) is known color: Rust. HEX triplet: AF, 42 and 1F. RGB value is (175,66,31). Sum of RGB (Red+Green+Blue) = 175+66+31=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF421F is #50BDE0. Grayscale: #5E5E5E. Windows color (decimal): -5291489 or 2048687. OLE color: 2048687.
HSL color Cylindrical-coordinate representation of color #AF421F: hue angle of 14.58º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF421F is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 31 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.31 |
| HSL | 14.58º | 0.7% | 0.4% | - |
| HSV(B) | 14.58º | 0.82% | 0.69% | - |
| XYZ | 19.87 | 13.11 | 2.78 | - |
| YUV | 94.6 | 92.11 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 31 | 0 | 0.62 | 0.82 | 0.31 | 14.58 | 0.7 | 0.4 |
| Hex | AF | 42 | 1F | 0 | 3E | 52 | 1F | F | 46 | 28 |
| Octal | 257 | 102 | 37 | 0 | 76 | 122 | 37 | 17 | 106 | 50 |
| Binary | 10101111 | 1000010 | 11111 | 0 | 111110 | 1010010 | 11111 | 1111 | 1000110 | 101000 |
Color Harmonies of #AF421F
Complementary color
Monochromatic Colors of #AF421F
Black with #AF421F
Text Example
Text Example
White with #AF421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF421F; }
p { color: rgb(175,66,31); }
H1.HeaderClassName
{
color: #AF421F;
}
.AnyTagClassName
{
color: #AF421F;
}
</style>
background-color css
<style>
a { background-color: #AF421F; }
a { background-color: rgb(175,66,31); }
div.DivClassName
{
background-color: #AF421F;
}
.BgClassName
{
background-color: #AF421F;
}
</style>
border-color css
<style>
span { border-color: #AF421F; }
span { border-color: rgb(175,66,31); }
td.TdClassName
{
border-color: #AF421F;
}
.TagClassName
{
border-color: #AF421F;
}
</style>