Shades of Rust #AF2201
Tints of Rust #AF2201
RGB
CMYK
RGB Variations
Color information
#AF2201 (or 0xAF2201) is known color: Rust. HEX triplet: AF, 22 and 01. RGB value is (175,34,1). Sum of RGB (Red+Green+Blue) = 175+34+1=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2201 is #50DDFE. Grayscale: #484848. Windows color (decimal): -5299711 or 74415. OLE color: 74415.
HSL color Cylindrical-coordinate representation of color #AF2201: hue angle of 11.38º 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 #AF2201 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.31 |
| HSL | 11.38º | 0.99% | 0.35% | - |
| HSV(B) | 11.38º | 0.99% | 0.69% | - |
| XYZ | 18.26 | 10.26 | 1.05 | - |
| YUV | 72.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 1 | 0 | 0.81 | 0.99 | 0.31 | 11.38 | 0.99 | 0.35 |
| Hex | AF | 22 | 1 | 0 | 51 | 63 | 1F | B | 63 | 23 |
| Octal | 257 | 42 | 1 | 0 | 121 | 143 | 37 | 13 | 143 | 43 |
| Binary | 10101111 | 100010 | 1 | 0 | 1010001 | 1100011 | 11111 | 1011 | 1100011 | 100011 |
Color Harmonies of #AF2201
Complementary color
Monochromatic Colors of #AF2201
Black with #AF2201
Text Example
Text Example
White with #AF2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2201; }
p { color: rgb(175,34,1); }
H1.HeaderClassName
{
color: #AF2201;
}
.AnyTagClassName
{
color: #AF2201;
}
</style>
background-color css
<style>
a { background-color: #AF2201; }
a { background-color: rgb(175,34,1); }
div.DivClassName
{
background-color: #AF2201;
}
.BgClassName
{
background-color: #AF2201;
}
</style>
border-color css
<style>
span { border-color: #AF2201; }
span { border-color: rgb(175,34,1); }
td.TdClassName
{
border-color: #AF2201;
}
.TagClassName
{
border-color: #AF2201;
}
</style>