Shades of Rust #AF370D
Tints of Rust #AF370D
RGB
CMYK
RGB Variations
Color information
#AF370D (or 0xAF370D) is known color: Rust. HEX triplet: AF, 37 and 0D. RGB value is (175,55,13). Sum of RGB (Red+Green+Blue) = 175+55+13=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF370D is #50C8F2. Grayscale: #565656. Windows color (decimal): -5294323 or 866223. OLE color: 866223.
HSL color Cylindrical-coordinate representation of color #AF370D: hue angle of 15.56º 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 #AF370D is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 13 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.31 |
| HSL | 15.56º | 0.86% | 0.37% | - |
| HSV(B) | 15.56º | 0.93% | 0.69% | - |
| XYZ | 19.12 | 11.88 | 1.67 | - |
| YUV | 86.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 13 | 0 | 0.69 | 0.93 | 0.31 | 15.56 | 0.86 | 0.37 |
| Hex | AF | 37 | D | 0 | 45 | 5D | 1F | 10 | 56 | 25 |
| Octal | 257 | 67 | 15 | 0 | 105 | 135 | 37 | 20 | 126 | 45 |
| Binary | 10101111 | 110111 | 1101 | 0 | 1000101 | 1011101 | 11111 | 10000 | 1010110 | 100101 |
Color Harmonies of #AF370D
Complementary color
Monochromatic Colors of #AF370D
Black with #AF370D
Text Example
Text Example
White with #AF370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF370D; }
p { color: rgb(175,55,13); }
H1.HeaderClassName
{
color: #AF370D;
}
.AnyTagClassName
{
color: #AF370D;
}
</style>
background-color css
<style>
a { background-color: #AF370D; }
a { background-color: rgb(175,55,13); }
div.DivClassName
{
background-color: #AF370D;
}
.BgClassName
{
background-color: #AF370D;
}
</style>
border-color css
<style>
span { border-color: #AF370D; }
span { border-color: rgb(175,55,13); }
td.TdClassName
{
border-color: #AF370D;
}
.TagClassName
{
border-color: #AF370D;
}
</style>