Shades of Rust #AB390E
Tints of Rust #AB390E
RGB
CMYK
RGB Variations
Color information
#AB390E (or 0xAB390E) is known color: Rust. HEX triplet: AB, 39 and 0E. RGB value is (171,57,14). Sum of RGB (Red+Green+Blue) = 171+57+14=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB390E is #54C6F1. Grayscale: #565656. Windows color (decimal): -5555954 or 932267. OLE color: 932267.
HSL color Cylindrical-coordinate representation of color #AB390E: hue angle of 16.43º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB390E is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 14 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.33 |
| HSL | 16.43º | 0.85% | 0.36% | - |
| HSV(B) | 16.43º | 0.92% | 0.67% | - |
| XYZ | 18.34 | 11.62 | 1.69 | - |
| YUV | 86.18 | 87.27 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 14 | 0 | 0.67 | 0.92 | 0.33 | 16.43 | 0.85 | 0.36 |
| Hex | AB | 39 | E | 0 | 43 | 5C | 21 | 10 | 55 | 24 |
| Octal | 253 | 71 | 16 | 0 | 103 | 134 | 41 | 20 | 125 | 44 |
| Binary | 10101011 | 111001 | 1110 | 0 | 1000011 | 1011100 | 100001 | 10000 | 1010101 | 100100 |
Color Harmonies of #AB390E
Complementary color
Monochromatic Colors of #AB390E
Black with #AB390E
Text Example
Text Example
White with #AB390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB390E; }
p { color: rgb(171,57,14); }
H1.HeaderClassName
{
color: #AB390E;
}
.AnyTagClassName
{
color: #AB390E;
}
</style>
background-color css
<style>
a { background-color: #AB390E; }
a { background-color: rgb(171,57,14); }
div.DivClassName
{
background-color: #AB390E;
}
.BgClassName
{
background-color: #AB390E;
}
</style>
border-color css
<style>
span { border-color: #AB390E; }
span { border-color: rgb(171,57,14); }
td.TdClassName
{
border-color: #AB390E;
}
.TagClassName
{
border-color: #AB390E;
}
</style>