Shades of Rust #AB450B
Tints of Rust #AB450B
RGB
CMYK
RGB Variations
Color information
#AB450B (or 0xAB450B) is known color: Rust. HEX triplet: AB, 45 and 0B. RGB value is (171,69,11). Sum of RGB (Red+Green+Blue) = 171+69+11=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB450B is #54BAF4. Grayscale: #5D5D5D. Windows color (decimal): -5552885 or 738731. OLE color: 738731.
HSL color Cylindrical-coordinate representation of color #AB450B: hue angle of 21.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB450B is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 11 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.33 |
| HSL | 21.75º | 0.88% | 0.36% | - |
| HSV(B) | 21.75º | 0.94% | 0.67% | - |
| XYZ | 18.98 | 12.94 | 1.81 | - |
| YUV | 92.89 | 81.79 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 11 | 0 | 0.60 | 0.94 | 0.33 | 21.75 | 0.88 | 0.36 |
| Hex | AB | 45 | B | 0 | 3C | 5E | 21 | 16 | 58 | 24 |
| Octal | 253 | 105 | 13 | 0 | 74 | 136 | 41 | 26 | 130 | 44 |
| Binary | 10101011 | 1000101 | 1011 | 0 | 111100 | 1011110 | 100001 | 10110 | 1011000 | 100100 |
Color Harmonies of #AB450B
Complementary color
Monochromatic Colors of #AB450B
Black with #AB450B
Text Example
Text Example
White with #AB450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB450B; }
p { color: rgb(171,69,11); }
H1.HeaderClassName
{
color: #AB450B;
}
.AnyTagClassName
{
color: #AB450B;
}
</style>
background-color css
<style>
a { background-color: #AB450B; }
a { background-color: rgb(171,69,11); }
div.DivClassName
{
background-color: #AB450B;
}
.BgClassName
{
background-color: #AB450B;
}
</style>
border-color css
<style>
span { border-color: #AB450B; }
span { border-color: rgb(171,69,11); }
td.TdClassName
{
border-color: #AB450B;
}
.TagClassName
{
border-color: #AB450B;
}
</style>