Shades of Rust #AF380A
Tints of Rust #AF380A
RGB
CMYK
RGB Variations
Color information
#AF380A (or 0xAF380A) is known color: Rust. HEX triplet: AF, 38 and 0A. RGB value is (175,56,10). Sum of RGB (Red+Green+Blue) = 175+56+10=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF380A is #50C7F5. Grayscale: #565656. Windows color (decimal): -5294070 or 669871. OLE color: 669871.
HSL color Cylindrical-coordinate representation of color #AF380A: hue angle of 16.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF380A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.31 |
| HSL | 16.73º | 0.89% | 0.36% | - |
| HSV(B) | 16.73º | 0.94% | 0.69% | - |
| XYZ | 19.15 | 11.96 | 1.59 | - |
| YUV | 86.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 10 | 0 | 0.68 | 0.94 | 0.31 | 16.73 | 0.89 | 0.36 |
| Hex | AF | 38 | A | 0 | 44 | 5E | 1F | 11 | 59 | 24 |
| Octal | 257 | 70 | 12 | 0 | 104 | 136 | 37 | 21 | 131 | 44 |
| Binary | 10101111 | 111000 | 1010 | 0 | 1000100 | 1011110 | 11111 | 10001 | 1011001 | 100100 |
Color Harmonies of #AF380A
Complementary color
Monochromatic Colors of #AF380A
Black with #AF380A
Text Example
Text Example
White with #AF380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF380A; }
p { color: rgb(175,56,10); }
H1.HeaderClassName
{
color: #AF380A;
}
.AnyTagClassName
{
color: #AF380A;
}
</style>
background-color css
<style>
a { background-color: #AF380A; }
a { background-color: rgb(175,56,10); }
div.DivClassName
{
background-color: #AF380A;
}
.BgClassName
{
background-color: #AF380A;
}
</style>
border-color css
<style>
span { border-color: #AF380A; }
span { border-color: rgb(175,56,10); }
td.TdClassName
{
border-color: #AF380A;
}
.TagClassName
{
border-color: #AF380A;
}
</style>