Shades of Rust #AB380E
Tints of Rust #AB380E
RGB
CMYK
RGB Variations
Color information
#AB380E (or 0xAB380E) is known color: Rust. HEX triplet: AB, 38 and 0E. RGB value is (171,56,14). Sum of RGB (Red+Green+Blue) = 171+56+14=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB380E is #54C7F1. Grayscale: #555555. Windows color (decimal): -5556210 or 932011. OLE color: 932011.
HSL color Cylindrical-coordinate representation of color #AB380E: hue angle of 16.05º 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 #AB380E is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 14 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.33 |
| HSL | 16.05º | 0.85% | 0.36% | - |
| HSV(B) | 16.05º | 0.92% | 0.67% | - |
| XYZ | 18.29 | 11.52 | 1.67 | - |
| YUV | 85.6 | 87.6 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 14 | 0 | 0.67 | 0.92 | 0.33 | 16.05 | 0.85 | 0.36 |
| Hex | AB | 38 | E | 0 | 43 | 5C | 21 | 10 | 55 | 24 |
| Octal | 253 | 70 | 16 | 0 | 103 | 134 | 41 | 20 | 125 | 44 |
| Binary | 10101011 | 111000 | 1110 | 0 | 1000011 | 1011100 | 100001 | 10000 | 1010101 | 100100 |
Color Harmonies of #AB380E
Complementary color
Monochromatic Colors of #AB380E
Black with #AB380E
Text Example
Text Example
White with #AB380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB380E; }
p { color: rgb(171,56,14); }
H1.HeaderClassName
{
color: #AB380E;
}
.AnyTagClassName
{
color: #AB380E;
}
</style>
background-color css
<style>
a { background-color: #AB380E; }
a { background-color: rgb(171,56,14); }
div.DivClassName
{
background-color: #AB380E;
}
.BgClassName
{
background-color: #AB380E;
}
</style>
border-color css
<style>
span { border-color: #AB380E; }
span { border-color: rgb(171,56,14); }
td.TdClassName
{
border-color: #AB380E;
}
.TagClassName
{
border-color: #AB380E;
}
</style>