Shades of Rust #AB3010
Tints of Rust #AB3010
RGB
CMYK
RGB Variations
Color information
#AB3010 (or 0xAB3010) is known color: Rust. HEX triplet: AB, 30 and 10. RGB value is (171,48,16). Sum of RGB (Red+Green+Blue) = 171+48+16=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3010 is #54CFEF. Grayscale: #515151. Windows color (decimal): -5558256 or 1061035. OLE color: 1061035.
HSL color Cylindrical-coordinate representation of color #AB3010: hue angle of 12.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB3010 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 16 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.33 |
| HSL | 12.39º | 0.83% | 0.37% | - |
| HSV(B) | 12.39º | 0.91% | 0.67% | - |
| XYZ | 17.95 | 10.81 | 1.63 | - |
| YUV | 81.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 16 | 0 | 0.72 | 0.91 | 0.33 | 12.39 | 0.83 | 0.37 |
| Hex | AB | 30 | 10 | 0 | 48 | 5B | 21 | C | 53 | 25 |
| Octal | 253 | 60 | 20 | 0 | 110 | 133 | 41 | 14 | 123 | 45 |
| Binary | 10101011 | 110000 | 10000 | 0 | 1001000 | 1011011 | 100001 | 1100 | 1010011 | 100101 |
Color Harmonies of #AB3010
Complementary color
Monochromatic Colors of #AB3010
Black with #AB3010
Text Example
Text Example
White with #AB3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3010; }
p { color: rgb(171,48,16); }
H1.HeaderClassName
{
color: #AB3010;
}
.AnyTagClassName
{
color: #AB3010;
}
</style>
background-color css
<style>
a { background-color: #AB3010; }
a { background-color: rgb(171,48,16); }
div.DivClassName
{
background-color: #AB3010;
}
.BgClassName
{
background-color: #AB3010;
}
</style>
border-color css
<style>
span { border-color: #AB3010; }
span { border-color: rgb(171,48,16); }
td.TdClassName
{
border-color: #AB3010;
}
.TagClassName
{
border-color: #AB3010;
}
</style>