Shades of Rust #AF2B0A
Tints of Rust #AF2B0A
RGB
CMYK
RGB Variations
Color information
#AF2B0A (or 0xAF2B0A) is known color: Rust. HEX triplet: AF, 2B and 0A. RGB value is (175,43,10). Sum of RGB (Red+Green+Blue) = 175+43+10=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2B0A is #50D4F5. Grayscale: #4E4E4E. Windows color (decimal): -5297398 or 666543. OLE color: 666543.
HSL color Cylindrical-coordinate representation of color #AF2B0A: hue angle of 12º 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 #AF2B0A is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 10 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.31 |
| HSL | 12º | 0.89% | 0.36% | - |
| HSV(B) | 12º | 0.94% | 0.69% | - |
| XYZ | 18.6 | 10.86 | 1.4 | - |
| YUV | 78.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 10 | 0 | 0.75 | 0.94 | 0.31 | 12 | 0.89 | 0.36 |
| Hex | AF | 2B | A | 0 | 4B | 5E | 1F | C | 59 | 24 |
| Octal | 257 | 53 | 12 | 0 | 113 | 136 | 37 | 14 | 131 | 44 |
| Binary | 10101111 | 101011 | 1010 | 0 | 1001011 | 1011110 | 11111 | 1100 | 1011001 | 100100 |
Color Harmonies of #AF2B0A
Complementary color
Monochromatic Colors of #AF2B0A
Black with #AF2B0A
Text Example
Text Example
White with #AF2B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B0A; }
p { color: rgb(175,43,10); }
H1.HeaderClassName
{
color: #AF2B0A;
}
.AnyTagClassName
{
color: #AF2B0A;
}
</style>
background-color css
<style>
a { background-color: #AF2B0A; }
a { background-color: rgb(175,43,10); }
div.DivClassName
{
background-color: #AF2B0A;
}
.BgClassName
{
background-color: #AF2B0A;
}
</style>
border-color css
<style>
span { border-color: #AF2B0A; }
span { border-color: rgb(175,43,10); }
td.TdClassName
{
border-color: #AF2B0A;
}
.TagClassName
{
border-color: #AF2B0A;
}
</style>