Shades of Rust #AF4B14
Tints of Rust #AF4B14
RGB
CMYK
RGB Variations
Color information
#AF4B14 (or 0xAF4B14) is known color: Rust. HEX triplet: AF, 4B and 14. RGB value is (175,75,20). Sum of RGB (Red+Green+Blue) = 175+75+20=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4B14 is #50B4EB. Grayscale: #626262. Windows color (decimal): -5289196 or 1330095. OLE color: 1330095.
HSL color Cylindrical-coordinate representation of color #AF4B14: hue angle of 21.29º degrees, saturation: 0.79, 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 #AF4B14 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 20 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.31 |
| HSL | 21.29º | 0.79% | 0.38% | - |
| HSV(B) | 21.29º | 0.89% | 0.69% | - |
| XYZ | 20.32 | 14.2 | 2.33 | - |
| YUV | 98.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 20 | 0 | 0.57 | 0.89 | 0.31 | 21.29 | 0.79 | 0.38 |
| Hex | AF | 4B | 14 | 0 | 39 | 59 | 1F | 15 | 4F | 26 |
| Octal | 257 | 113 | 24 | 0 | 71 | 131 | 37 | 25 | 117 | 46 |
| Binary | 10101111 | 1001011 | 10100 | 0 | 111001 | 1011001 | 11111 | 10101 | 1001111 | 100110 |
Color Harmonies of #AF4B14
Complementary color
Monochromatic Colors of #AF4B14
Black with #AF4B14
Text Example
Text Example
White with #AF4B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B14; }
p { color: rgb(175,75,20); }
H1.HeaderClassName
{
color: #AF4B14;
}
.AnyTagClassName
{
color: #AF4B14;
}
</style>
background-color css
<style>
a { background-color: #AF4B14; }
a { background-color: rgb(175,75,20); }
div.DivClassName
{
background-color: #AF4B14;
}
.BgClassName
{
background-color: #AF4B14;
}
</style>
border-color css
<style>
span { border-color: #AF4B14; }
span { border-color: rgb(175,75,20); }
td.TdClassName
{
border-color: #AF4B14;
}
.TagClassName
{
border-color: #AF4B14;
}
</style>