Shades of Rust #AF2F01
Tints of Rust #AF2F01
RGB
CMYK
RGB Variations
Color information
#AF2F01 (or 0xAF2F01) is known color: Rust. HEX triplet: AF, 2F and 01. RGB value is (175,47,1). Sum of RGB (Red+Green+Blue) = 175+47+1=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F01 is #50D0FE. Grayscale: #505050. Windows color (decimal): -5296383 or 77743. OLE color: 77743.
HSL color Cylindrical-coordinate representation of color #AF2F01: hue angle of 15.86º 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 #AF2F01 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.31 |
| HSL | 15.86º | 0.99% | 0.35% | - |
| HSV(B) | 15.86º | 0.99% | 0.69% | - |
| XYZ | 18.7 | 11.15 | 1.2 | - |
| YUV | 80.03 | 83.41 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 1 | 0 | 0.73 | 0.99 | 0.31 | 15.86 | 0.99 | 0.35 |
| Hex | AF | 2F | 1 | 0 | 49 | 63 | 1F | 10 | 63 | 23 |
| Octal | 257 | 57 | 1 | 0 | 111 | 143 | 37 | 20 | 143 | 43 |
| Binary | 10101111 | 101111 | 1 | 0 | 1001001 | 1100011 | 11111 | 10000 | 1100011 | 100011 |
Color Harmonies of #AF2F01
Complementary color
Monochromatic Colors of #AF2F01
Black with #AF2F01
Text Example
Text Example
White with #AF2F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F01; }
p { color: rgb(175,47,1); }
H1.HeaderClassName
{
color: #AF2F01;
}
.AnyTagClassName
{
color: #AF2F01;
}
</style>
background-color css
<style>
a { background-color: #AF2F01; }
a { background-color: rgb(175,47,1); }
div.DivClassName
{
background-color: #AF2F01;
}
.BgClassName
{
background-color: #AF2F01;
}
</style>
border-color css
<style>
span { border-color: #AF2F01; }
span { border-color: rgb(175,47,1); }
td.TdClassName
{
border-color: #AF2F01;
}
.TagClassName
{
border-color: #AF2F01;
}
</style>