Shades of Rust #AF2D01
Tints of Rust #AF2D01
RGB
CMYK
RGB Variations
Color information
#AF2D01 (or 0xAF2D01) is known color: Rust. HEX triplet: AF, 2D and 01. RGB value is (175,45,1). Sum of RGB (Red+Green+Blue) = 175+45+1=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D01 is #50D2FE. Grayscale: #4F4F4F. Windows color (decimal): -5296895 or 77231. OLE color: 77231.
HSL color Cylindrical-coordinate representation of color #AF2D01: hue angle of 15.17º 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 #AF2D01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.31 |
| HSL | 15.17º | 0.99% | 0.35% | - |
| HSV(B) | 15.17º | 0.99% | 0.69% | - |
| XYZ | 18.62 | 10.99 | 1.17 | - |
| YUV | 78.85 | 84.07 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 1 | 0 | 0.74 | 0.99 | 0.31 | 15.17 | 0.99 | 0.35 |
| Hex | AF | 2D | 1 | 0 | 4A | 63 | 1F | F | 63 | 23 |
| Octal | 257 | 55 | 1 | 0 | 112 | 143 | 37 | 17 | 143 | 43 |
| Binary | 10101111 | 101101 | 1 | 0 | 1001010 | 1100011 | 11111 | 1111 | 1100011 | 100011 |
Color Harmonies of #AF2D01
Complementary color
Monochromatic Colors of #AF2D01
Black with #AF2D01
Text Example
Text Example
White with #AF2D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D01; }
p { color: rgb(175,45,1); }
H1.HeaderClassName
{
color: #AF2D01;
}
.AnyTagClassName
{
color: #AF2D01;
}
</style>
background-color css
<style>
a { background-color: #AF2D01; }
a { background-color: rgb(175,45,1); }
div.DivClassName
{
background-color: #AF2D01;
}
.BgClassName
{
background-color: #AF2D01;
}
</style>
border-color css
<style>
span { border-color: #AF2D01; }
span { border-color: rgb(175,45,1); }
td.TdClassName
{
border-color: #AF2D01;
}
.TagClassName
{
border-color: #AF2D01;
}
</style>