Shades of Rust #AF4A13
Tints of Rust #AF4A13
RGB
CMYK
RGB Variations
Color information
#AF4A13 (or 0xAF4A13) is known color: Rust. HEX triplet: AF, 4A and 13. RGB value is (175,74,19). Sum of RGB (Red+Green+Blue) = 175+74+19=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4A13 is #50B5EC. Grayscale: #626262. Windows color (decimal): -5289453 or 1264303. OLE color: 1264303.
HSL color Cylindrical-coordinate representation of color #AF4A13: hue angle of 21.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF4A13 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 19 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.31 |
| HSL | 21.15º | 0.8% | 0.38% | - |
| HSV(B) | 21.15º | 0.89% | 0.69% | - |
| XYZ | 20.25 | 14.06 | 2.26 | - |
| YUV | 97.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 19 | 0 | 0.58 | 0.89 | 0.31 | 21.15 | 0.8 | 0.38 |
| Hex | AF | 4A | 13 | 0 | 3A | 59 | 1F | 15 | 50 | 26 |
| Octal | 257 | 112 | 23 | 0 | 72 | 131 | 37 | 25 | 120 | 46 |
| Binary | 10101111 | 1001010 | 10011 | 0 | 111010 | 1011001 | 11111 | 10101 | 1010000 | 100110 |
Color Harmonies of #AF4A13
Complementary color
Monochromatic Colors of #AF4A13
Black with #AF4A13
Text Example
Text Example
White with #AF4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A13; }
p { color: rgb(175,74,19); }
H1.HeaderClassName
{
color: #AF4A13;
}
.AnyTagClassName
{
color: #AF4A13;
}
</style>
background-color css
<style>
a { background-color: #AF4A13; }
a { background-color: rgb(175,74,19); }
div.DivClassName
{
background-color: #AF4A13;
}
.BgClassName
{
background-color: #AF4A13;
}
</style>
border-color css
<style>
span { border-color: #AF4A13; }
span { border-color: rgb(175,74,19); }
td.TdClassName
{
border-color: #AF4A13;
}
.TagClassName
{
border-color: #AF4A13;
}
</style>