Shades of Rust #AF4B15
Tints of Rust #AF4B15
RGB
CMYK
RGB Variations
Color information
#AF4B15 (or 0xAF4B15) is known color: Rust. HEX triplet: AF, 4B and 15. RGB value is (175,75,21). Sum of RGB (Red+Green+Blue) = 175+75+21=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4B15 is #50B4EA. Grayscale: #636363. Windows color (decimal): -5289195 or 1395631. OLE color: 1395631.
HSL color Cylindrical-coordinate representation of color #AF4B15: hue angle of 21.04º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF4B15 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 21 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.31 |
| HSL | 21.04º | 0.79% | 0.38% | - |
| HSV(B) | 21.04º | 0.88% | 0.69% | - |
| XYZ | 20.33 | 14.2 | 2.38 | - |
| YUV | 98.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 21 | 0 | 0.57 | 0.88 | 0.31 | 21.04 | 0.79 | 0.38 |
| Hex | AF | 4B | 15 | 0 | 39 | 58 | 1F | 15 | 4F | 26 |
| Octal | 257 | 113 | 25 | 0 | 71 | 130 | 37 | 25 | 117 | 46 |
| Binary | 10101111 | 1001011 | 10101 | 0 | 111001 | 1011000 | 11111 | 10101 | 1001111 | 100110 |
Color Harmonies of #AF4B15
Complementary color
Monochromatic Colors of #AF4B15
Black with #AF4B15
Text Example
Text Example
White with #AF4B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B15; }
p { color: rgb(175,75,21); }
H1.HeaderClassName
{
color: #AF4B15;
}
.AnyTagClassName
{
color: #AF4B15;
}
</style>
background-color css
<style>
a { background-color: #AF4B15; }
a { background-color: rgb(175,75,21); }
div.DivClassName
{
background-color: #AF4B15;
}
.BgClassName
{
background-color: #AF4B15;
}
</style>
border-color css
<style>
span { border-color: #AF4B15; }
span { border-color: rgb(175,75,21); }
td.TdClassName
{
border-color: #AF4B15;
}
.TagClassName
{
border-color: #AF4B15;
}
</style>