Shades of Rust #AF4B13
Tints of Rust #AF4B13
RGB
CMYK
RGB Variations
Color information
#AF4B13 (or 0xAF4B13) is known color: Rust. HEX triplet: AF, 4B and 13. RGB value is (175,75,19). Sum of RGB (Red+Green+Blue) = 175+75+19=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4B13 is #50B4EC. Grayscale: #626262. Windows color (decimal): -5289197 or 1264559. OLE color: 1264559.
HSL color Cylindrical-coordinate representation of color #AF4B13: hue angle of 21.54º 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 #AF4B13 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 19 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.31 |
| HSL | 21.54º | 0.8% | 0.38% | - |
| HSV(B) | 21.54º | 0.89% | 0.69% | - |
| XYZ | 20.31 | 14.19 | 2.29 | - |
| YUV | 98.52 | 83.13 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 19 | 0 | 0.57 | 0.89 | 0.31 | 21.54 | 0.8 | 0.38 |
| Hex | AF | 4B | 13 | 0 | 39 | 59 | 1F | 16 | 50 | 26 |
| Octal | 257 | 113 | 23 | 0 | 71 | 131 | 37 | 26 | 120 | 46 |
| Binary | 10101111 | 1001011 | 10011 | 0 | 111001 | 1011001 | 11111 | 10110 | 1010000 | 100110 |
Color Harmonies of #AF4B13
Complementary color
Monochromatic Colors of #AF4B13
Black with #AF4B13
Text Example
Text Example
White with #AF4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B13; }
p { color: rgb(175,75,19); }
H1.HeaderClassName
{
color: #AF4B13;
}
.AnyTagClassName
{
color: #AF4B13;
}
</style>
background-color css
<style>
a { background-color: #AF4B13; }
a { background-color: rgb(175,75,19); }
div.DivClassName
{
background-color: #AF4B13;
}
.BgClassName
{
background-color: #AF4B13;
}
</style>
border-color css
<style>
span { border-color: #AF4B13; }
span { border-color: rgb(175,75,19); }
td.TdClassName
{
border-color: #AF4B13;
}
.TagClassName
{
border-color: #AF4B13;
}
</style>