Shades of Rust #AF421C
Tints of Rust #AF421C
RGB
CMYK
RGB Variations
Color information
#AF421C (or 0xAF421C) is known color: Rust. HEX triplet: AF, 42 and 1C. RGB value is (175,66,28). Sum of RGB (Red+Green+Blue) = 175+66+28=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF421C is #50BDE3. Grayscale: #5E5E5E. Windows color (decimal): -5291492 or 1852079. OLE color: 1852079.
HSL color Cylindrical-coordinate representation of color #AF421C: hue angle of 15.51º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF421C is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 28 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.31 |
| HSL | 15.51º | 0.72% | 0.4% | - |
| HSV(B) | 15.51º | 0.84% | 0.69% | - |
| XYZ | 19.84 | 13.09 | 2.58 | - |
| YUV | 94.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 28 | 0 | 0.62 | 0.84 | 0.31 | 15.51 | 0.72 | 0.4 |
| Hex | AF | 42 | 1C | 0 | 3E | 54 | 1F | 10 | 48 | 28 |
| Octal | 257 | 102 | 34 | 0 | 76 | 124 | 37 | 20 | 110 | 50 |
| Binary | 10101111 | 1000010 | 11100 | 0 | 111110 | 1010100 | 11111 | 10000 | 1001000 | 101000 |
Color Harmonies of #AF421C
Complementary color
Monochromatic Colors of #AF421C
Black with #AF421C
Text Example
Text Example
White with #AF421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF421C; }
p { color: rgb(175,66,28); }
H1.HeaderClassName
{
color: #AF421C;
}
.AnyTagClassName
{
color: #AF421C;
}
</style>
background-color css
<style>
a { background-color: #AF421C; }
a { background-color: rgb(175,66,28); }
div.DivClassName
{
background-color: #AF421C;
}
.BgClassName
{
background-color: #AF421C;
}
</style>
border-color css
<style>
span { border-color: #AF421C; }
span { border-color: rgb(175,66,28); }
td.TdClassName
{
border-color: #AF421C;
}
.TagClassName
{
border-color: #AF421C;
}
</style>