Shades of Rust #AB370A
Tints of Rust #AB370A
RGB
CMYK
RGB Variations
Color information
#AB370A (or 0xAB370A) is known color: Rust. HEX triplet: AB, 37 and 0A. RGB value is (171,55,10). Sum of RGB (Red+Green+Blue) = 171+55+10=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB370A is #54C8F5. Grayscale: #545454. Windows color (decimal): -5556470 or 669611. OLE color: 669611.
HSL color Cylindrical-coordinate representation of color #AB370A: hue angle of 16.77º 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 #AB370A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.33 |
| HSL | 16.77º | 0.89% | 0.35% | - |
| HSV(B) | 16.77º | 0.94% | 0.67% | - |
| XYZ | 18.22 | 11.41 | 1.53 | - |
| YUV | 84.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 10 | 0 | 0.68 | 0.94 | 0.33 | 16.77 | 0.89 | 0.35 |
| Hex | AB | 37 | A | 0 | 44 | 5E | 21 | 11 | 59 | 23 |
| Octal | 253 | 67 | 12 | 0 | 104 | 136 | 41 | 21 | 131 | 43 |
| Binary | 10101011 | 110111 | 1010 | 0 | 1000100 | 1011110 | 100001 | 10001 | 1011001 | 100011 |
Color Harmonies of #AB370A
Complementary color
Monochromatic Colors of #AB370A
Black with #AB370A
Text Example
Text Example
White with #AB370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB370A; }
p { color: rgb(171,55,10); }
H1.HeaderClassName
{
color: #AB370A;
}
.AnyTagClassName
{
color: #AB370A;
}
</style>
background-color css
<style>
a { background-color: #AB370A; }
a { background-color: rgb(171,55,10); }
div.DivClassName
{
background-color: #AB370A;
}
.BgClassName
{
background-color: #AB370A;
}
</style>
border-color css
<style>
span { border-color: #AB370A; }
span { border-color: rgb(171,55,10); }
td.TdClassName
{
border-color: #AB370A;
}
.TagClassName
{
border-color: #AB370A;
}
</style>