Shades of Rust #AF2401
Tints of Rust #AF2401
RGB
CMYK
RGB Variations
Color information
#AF2401 (or 0xAF2401) is known color: Rust. HEX triplet: AF, 24 and 01. RGB value is (175,36,1). Sum of RGB (Red+Green+Blue) = 175+36+1=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2401 is #50DBFE. Grayscale: #494949. Windows color (decimal): -5299199 or 74927. OLE color: 74927.
HSL color Cylindrical-coordinate representation of color #AF2401: hue angle of 12.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF2401 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.31 |
| HSL | 12.07º | 0.99% | 0.35% | - |
| HSV(B) | 12.07º | 0.99% | 0.69% | - |
| XYZ | 18.32 | 10.38 | 1.07 | - |
| YUV | 73.57 | 87.05 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 1 | 0 | 0.79 | 0.99 | 0.31 | 12.07 | 0.99 | 0.35 |
| Hex | AF | 24 | 1 | 0 | 4F | 63 | 1F | C | 63 | 23 |
| Octal | 257 | 44 | 1 | 0 | 117 | 143 | 37 | 14 | 143 | 43 |
| Binary | 10101111 | 100100 | 1 | 0 | 1001111 | 1100011 | 11111 | 1100 | 1100011 | 100011 |
Color Harmonies of #AF2401
Complementary color
Monochromatic Colors of #AF2401
Black with #AF2401
Text Example
Text Example
White with #AF2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2401; }
p { color: rgb(175,36,1); }
H1.HeaderClassName
{
color: #AF2401;
}
.AnyTagClassName
{
color: #AF2401;
}
</style>
background-color css
<style>
a { background-color: #AF2401; }
a { background-color: rgb(175,36,1); }
div.DivClassName
{
background-color: #AF2401;
}
.BgClassName
{
background-color: #AF2401;
}
</style>
border-color css
<style>
span { border-color: #AF2401; }
span { border-color: rgb(175,36,1); }
td.TdClassName
{
border-color: #AF2401;
}
.TagClassName
{
border-color: #AF2401;
}
</style>