Shades of Rust #AF2901
Tints of Rust #AF2901
RGB
CMYK
RGB Variations
Color information
#AF2901 (or 0xAF2901) is known color: Rust. HEX triplet: AF, 29 and 01. RGB value is (175,41,1). Sum of RGB (Red+Green+Blue) = 175+41+1=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2901 is #50D6FE. Grayscale: #4C4C4C. Windows color (decimal): -5297919 or 76207. OLE color: 76207.
HSL color Cylindrical-coordinate representation of color #AF2901: hue angle of 13.79º 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 #AF2901 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.31 |
| HSL | 13.79º | 0.99% | 0.35% | - |
| HSV(B) | 13.79º | 0.99% | 0.69% | - |
| XYZ | 18.48 | 10.7 | 1.12 | - |
| YUV | 76.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 1 | 0 | 0.77 | 0.99 | 0.31 | 13.79 | 0.99 | 0.35 |
| Hex | AF | 29 | 1 | 0 | 4D | 63 | 1F | E | 63 | 23 |
| Octal | 257 | 51 | 1 | 0 | 115 | 143 | 37 | 16 | 143 | 43 |
| Binary | 10101111 | 101001 | 1 | 0 | 1001101 | 1100011 | 11111 | 1110 | 1100011 | 100011 |
Color Harmonies of #AF2901
Complementary color
Monochromatic Colors of #AF2901
Black with #AF2901
Text Example
Text Example
White with #AF2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2901; }
p { color: rgb(175,41,1); }
H1.HeaderClassName
{
color: #AF2901;
}
.AnyTagClassName
{
color: #AF2901;
}
</style>
background-color css
<style>
a { background-color: #AF2901; }
a { background-color: rgb(175,41,1); }
div.DivClassName
{
background-color: #AF2901;
}
.BgClassName
{
background-color: #AF2901;
}
</style>
border-color css
<style>
span { border-color: #AF2901; }
span { border-color: rgb(175,41,1); }
td.TdClassName
{
border-color: #AF2901;
}
.TagClassName
{
border-color: #AF2901;
}
</style>