Shades of Rust #AF2A0A
Tints of Rust #AF2A0A
RGB
CMYK
RGB Variations
Color information
#AF2A0A (or 0xAF2A0A) is known color: Rust. HEX triplet: AF, 2A and 0A. RGB value is (175,42,10). Sum of RGB (Red+Green+Blue) = 175+42+10=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A0A is #50D5F5. Grayscale: #4E4E4E. Windows color (decimal): -5297654 or 666287. OLE color: 666287.
HSL color Cylindrical-coordinate representation of color #AF2A0A: hue angle of 11.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF2A0A is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 10 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.31 |
| HSL | 11.64º | 0.89% | 0.36% | - |
| HSV(B) | 11.64º | 0.94% | 0.69% | - |
| XYZ | 18.56 | 10.79 | 1.39 | - |
| YUV | 78.12 | 89.56 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 10 | 0 | 0.76 | 0.94 | 0.31 | 11.64 | 0.89 | 0.36 |
| Hex | AF | 2A | A | 0 | 4C | 5E | 1F | C | 59 | 24 |
| Octal | 257 | 52 | 12 | 0 | 114 | 136 | 37 | 14 | 131 | 44 |
| Binary | 10101111 | 101010 | 1010 | 0 | 1001100 | 1011110 | 11111 | 1100 | 1011001 | 100100 |
Color Harmonies of #AF2A0A
Complementary color
Monochromatic Colors of #AF2A0A
Black with #AF2A0A
Text Example
Text Example
White with #AF2A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A0A; }
p { color: rgb(175,42,10); }
H1.HeaderClassName
{
color: #AF2A0A;
}
.AnyTagClassName
{
color: #AF2A0A;
}
</style>
background-color css
<style>
a { background-color: #AF2A0A; }
a { background-color: rgb(175,42,10); }
div.DivClassName
{
background-color: #AF2A0A;
}
.BgClassName
{
background-color: #AF2A0A;
}
</style>
border-color css
<style>
span { border-color: #AF2A0A; }
span { border-color: rgb(175,42,10); }
td.TdClassName
{
border-color: #AF2A0A;
}
.TagClassName
{
border-color: #AF2A0A;
}
</style>