Shades of Rust #AB440A
Tints of Rust #AB440A
RGB
CMYK
RGB Variations
Color information
#AB440A (or 0xAB440A) is known color: Rust. HEX triplet: AB, 44 and 0A. RGB value is (171,68,10). Sum of RGB (Red+Green+Blue) = 171+68+10=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB440A is #54BBF5. Grayscale: #5C5C5C. Windows color (decimal): -5553142 or 672939. OLE color: 672939.
HSL color Cylindrical-coordinate representation of color #AB440A: hue angle of 21.61º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB440A is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 10 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.33 |
| HSL | 21.61º | 0.89% | 0.35% | - |
| HSV(B) | 21.61º | 0.94% | 0.67% | - |
| XYZ | 18.92 | 12.81 | 1.76 | - |
| YUV | 92.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 10 | 0 | 0.60 | 0.94 | 0.33 | 21.61 | 0.89 | 0.35 |
| Hex | AB | 44 | A | 0 | 3C | 5E | 21 | 16 | 59 | 23 |
| Octal | 253 | 104 | 12 | 0 | 74 | 136 | 41 | 26 | 131 | 43 |
| Binary | 10101011 | 1000100 | 1010 | 0 | 111100 | 1011110 | 100001 | 10110 | 1011001 | 100011 |
Color Harmonies of #AB440A
Complementary color
Monochromatic Colors of #AB440A
Black with #AB440A
Text Example
Text Example
White with #AB440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB440A; }
p { color: rgb(171,68,10); }
H1.HeaderClassName
{
color: #AB440A;
}
.AnyTagClassName
{
color: #AB440A;
}
</style>
background-color css
<style>
a { background-color: #AB440A; }
a { background-color: rgb(171,68,10); }
div.DivClassName
{
background-color: #AB440A;
}
.BgClassName
{
background-color: #AB440A;
}
</style>
border-color css
<style>
span { border-color: #AB440A; }
span { border-color: rgb(171,68,10); }
td.TdClassName
{
border-color: #AB440A;
}
.TagClassName
{
border-color: #AB440A;
}
</style>