Shades of Rust #AF2F09
Tints of Rust #AF2F09
RGB
CMYK
RGB Variations
Color information
#AF2F09 (or 0xAF2F09) is known color: Rust. HEX triplet: AF, 2F and 09. RGB value is (175,47,9). Sum of RGB (Red+Green+Blue) = 175+47+9=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F09 is #50D0F6. Grayscale: #515151. Windows color (decimal): -5296375 or 602031. OLE color: 602031.
HSL color Cylindrical-coordinate representation of color #AF2F09: hue angle of 13.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF2F09 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 9 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.31 |
| HSL | 13.73º | 0.9% | 0.36% | - |
| HSV(B) | 13.73º | 0.95% | 0.69% | - |
| XYZ | 18.75 | 11.17 | 1.43 | - |
| YUV | 80.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 9 | 0 | 0.73 | 0.95 | 0.31 | 13.73 | 0.9 | 0.36 |
| Hex | AF | 2F | 9 | 0 | 49 | 5F | 1F | E | 5A | 24 |
| Octal | 257 | 57 | 11 | 0 | 111 | 137 | 37 | 16 | 132 | 44 |
| Binary | 10101111 | 101111 | 1001 | 0 | 1001001 | 1011111 | 11111 | 1110 | 1011010 | 100100 |
Color Harmonies of #AF2F09
Complementary color
Monochromatic Colors of #AF2F09
Black with #AF2F09
Text Example
Text Example
White with #AF2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F09; }
p { color: rgb(175,47,9); }
H1.HeaderClassName
{
color: #AF2F09;
}
.AnyTagClassName
{
color: #AF2F09;
}
</style>
background-color css
<style>
a { background-color: #AF2F09; }
a { background-color: rgb(175,47,9); }
div.DivClassName
{
background-color: #AF2F09;
}
.BgClassName
{
background-color: #AF2F09;
}
</style>
border-color css
<style>
span { border-color: #AF2F09; }
span { border-color: rgb(175,47,9); }
td.TdClassName
{
border-color: #AF2F09;
}
.TagClassName
{
border-color: #AF2F09;
}
</style>