Shades of Rust #AF2404
Tints of Rust #AF2404
RGB
CMYK
RGB Variations
Color information
#AF2404 (or 0xAF2404) is known color: Rust. HEX triplet: AF, 24 and 04. RGB value is (175,36,4). Sum of RGB (Red+Green+Blue) = 175+36+4=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2404 is #50DBFB. Grayscale: #4A4A4A. Windows color (decimal): -5299196 or 271535. OLE color: 271535.
HSL color Cylindrical-coordinate representation of color #AF2404: hue angle of 11.23º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF2404 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.31 |
| HSL | 11.23º | 0.96% | 0.35% | - |
| HSV(B) | 11.23º | 0.98% | 0.69% | - |
| XYZ | 18.33 | 10.38 | 1.15 | - |
| YUV | 73.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 4 | 0 | 0.79 | 0.98 | 0.31 | 11.23 | 0.96 | 0.35 |
| Hex | AF | 24 | 4 | 0 | 4F | 62 | 1F | B | 60 | 23 |
| Octal | 257 | 44 | 4 | 0 | 117 | 142 | 37 | 13 | 140 | 43 |
| Binary | 10101111 | 100100 | 100 | 0 | 1001111 | 1100010 | 11111 | 1011 | 1100000 | 100011 |
Color Harmonies of #AF2404
Complementary color
Monochromatic Colors of #AF2404
Black with #AF2404
Text Example
Text Example
White with #AF2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2404; }
p { color: rgb(175,36,4); }
H1.HeaderClassName
{
color: #AF2404;
}
.AnyTagClassName
{
color: #AF2404;
}
</style>
background-color css
<style>
a { background-color: #AF2404; }
a { background-color: rgb(175,36,4); }
div.DivClassName
{
background-color: #AF2404;
}
.BgClassName
{
background-color: #AF2404;
}
</style>
border-color css
<style>
span { border-color: #AF2404; }
span { border-color: rgb(175,36,4); }
td.TdClassName
{
border-color: #AF2404;
}
.TagClassName
{
border-color: #AF2404;
}
</style>