Shades of Rust #AF2A0D
Tints of Rust #AF2A0D
RGB
CMYK
RGB Variations
Color information
#AF2A0D (or 0xAF2A0D) is known color: Rust. HEX triplet: AF, 2A and 0D. RGB value is (175,42,13). Sum of RGB (Red+Green+Blue) = 175+42+13=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A0D is #50D5F2. Grayscale: #4E4E4E. Windows color (decimal): -5297651 or 862895. OLE color: 862895.
HSL color Cylindrical-coordinate representation of color #AF2A0D: hue angle of 10.74º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF2A0D is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 13 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.31 |
| HSL | 10.74º | 0.86% | 0.37% | - |
| HSV(B) | 10.74º | 0.93% | 0.69% | - |
| XYZ | 18.58 | 10.8 | 1.49 | - |
| YUV | 78.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 13 | 0 | 0.76 | 0.93 | 0.31 | 10.74 | 0.86 | 0.37 |
| Hex | AF | 2A | D | 0 | 4C | 5D | 1F | B | 56 | 25 |
| Octal | 257 | 52 | 15 | 0 | 114 | 135 | 37 | 13 | 126 | 45 |
| Binary | 10101111 | 101010 | 1101 | 0 | 1001100 | 1011101 | 11111 | 1011 | 1010110 | 100101 |
Color Harmonies of #AF2A0D
Complementary color
Monochromatic Colors of #AF2A0D
Black with #AF2A0D
Text Example
Text Example
White with #AF2A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A0D; }
p { color: rgb(175,42,13); }
H1.HeaderClassName
{
color: #AF2A0D;
}
.AnyTagClassName
{
color: #AF2A0D;
}
</style>
background-color css
<style>
a { background-color: #AF2A0D; }
a { background-color: rgb(175,42,13); }
div.DivClassName
{
background-color: #AF2A0D;
}
.BgClassName
{
background-color: #AF2A0D;
}
</style>
border-color css
<style>
span { border-color: #AF2A0D; }
span { border-color: rgb(175,42,13); }
td.TdClassName
{
border-color: #AF2A0D;
}
.TagClassName
{
border-color: #AF2A0D;
}
</style>