Shades of Rust #AB3A01
Tints of Rust #AB3A01
RGB
CMYK
RGB Variations
Color information
#AB3A01 (or 0xAB3A01) is known color: Rust. HEX triplet: AB, 3A and 01. RGB value is (171,58,1). Sum of RGB (Red+Green+Blue) = 171+58+1=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A01 is #54C5FE. Grayscale: #555555. Windows color (decimal): -5555711 or 80555. OLE color: 80555.
HSL color Cylindrical-coordinate representation of color #AB3A01: hue angle of 20.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB3A01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.33 |
| HSL | 20.12º | 0.99% | 0.34% | - |
| HSV(B) | 20.12º | 0.99% | 0.67% | - |
| XYZ | 18.31 | 11.69 | 1.32 | - |
| YUV | 85.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 1 | 0 | 0.66 | 0.99 | 0.33 | 20.12 | 0.99 | 0.34 |
| Hex | AB | 3A | 1 | 0 | 42 | 63 | 21 | 14 | 63 | 22 |
| Octal | 253 | 72 | 1 | 0 | 102 | 143 | 41 | 24 | 143 | 42 |
| Binary | 10101011 | 111010 | 1 | 0 | 1000010 | 1100011 | 100001 | 10100 | 1100011 | 100010 |
Color Harmonies of #AB3A01
Complementary color
Monochromatic Colors of #AB3A01
Black with #AB3A01
Text Example
Text Example
White with #AB3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A01; }
p { color: rgb(171,58,1); }
H1.HeaderClassName
{
color: #AB3A01;
}
.AnyTagClassName
{
color: #AB3A01;
}
</style>
background-color css
<style>
a { background-color: #AB3A01; }
a { background-color: rgb(171,58,1); }
div.DivClassName
{
background-color: #AB3A01;
}
.BgClassName
{
background-color: #AB3A01;
}
</style>
border-color css
<style>
span { border-color: #AB3A01; }
span { border-color: rgb(171,58,1); }
td.TdClassName
{
border-color: #AB3A01;
}
.TagClassName
{
border-color: #AB3A01;
}
</style>