Shades of Rust #AB430E
Tints of Rust #AB430E
RGB
CMYK
RGB Variations
Color information
#AB430E (or 0xAB430E) is known color: Rust. HEX triplet: AB, 43 and 0E. RGB value is (171,67,14). Sum of RGB (Red+Green+Blue) = 171+67+14=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB430E is #54BCF1. Grayscale: #5C5C5C. Windows color (decimal): -5553394 or 934827. OLE color: 934827.
HSL color Cylindrical-coordinate representation of color #AB430E: hue angle of 20.25º 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 #AB430E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.33 |
| HSL | 20.25º | 0.85% | 0.36% | - |
| HSV(B) | 20.25º | 0.92% | 0.67% | - |
| XYZ | 18.88 | 12.7 | 1.87 | - |
| YUV | 92.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 14 | 0 | 0.61 | 0.92 | 0.33 | 20.25 | 0.85 | 0.36 |
| Hex | AB | 43 | E | 0 | 3D | 5C | 21 | 14 | 55 | 24 |
| Octal | 253 | 103 | 16 | 0 | 75 | 134 | 41 | 24 | 125 | 44 |
| Binary | 10101011 | 1000011 | 1110 | 0 | 111101 | 1011100 | 100001 | 10100 | 1010101 | 100100 |
Color Harmonies of #AB430E
Complementary color
Monochromatic Colors of #AB430E
Black with #AB430E
Text Example
Text Example
White with #AB430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB430E; }
p { color: rgb(171,67,14); }
H1.HeaderClassName
{
color: #AB430E;
}
.AnyTagClassName
{
color: #AB430E;
}
</style>
background-color css
<style>
a { background-color: #AB430E; }
a { background-color: rgb(171,67,14); }
div.DivClassName
{
background-color: #AB430E;
}
.BgClassName
{
background-color: #AB430E;
}
</style>
border-color css
<style>
span { border-color: #AB430E; }
span { border-color: rgb(171,67,14); }
td.TdClassName
{
border-color: #AB430E;
}
.TagClassName
{
border-color: #AB430E;
}
</style>