Shades of Rust #AB3419
Tints of Rust #AB3419
RGB
CMYK
RGB Variations
Color information
#AB3419 (or 0xAB3419) is known color: Rust. HEX triplet: AB, 34 and 19. RGB value is (171,52,25). Sum of RGB (Red+Green+Blue) = 171+52+25=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3419 is #54CBE6. Grayscale: #545454. Windows color (decimal): -5557223 or 1651883. OLE color: 1651883.
HSL color Cylindrical-coordinate representation of color #AB3419: hue angle of 11.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB3419 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 25 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.33 |
| HSL | 11.1º | 0.74% | 0.38% | - |
| HSV(B) | 11.1º | 0.85% | 0.67% | - |
| XYZ | 18.2 | 11.18 | 2.12 | - |
| YUV | 84.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 25 | 0 | 0.70 | 0.85 | 0.33 | 11.1 | 0.74 | 0.38 |
| Hex | AB | 34 | 19 | 0 | 46 | 55 | 21 | B | 4A | 26 |
| Octal | 253 | 64 | 31 | 0 | 106 | 125 | 41 | 13 | 112 | 46 |
| Binary | 10101011 | 110100 | 11001 | 0 | 1000110 | 1010101 | 100001 | 1011 | 1001010 | 100110 |
Color Harmonies of #AB3419
Complementary color
Monochromatic Colors of #AB3419
Black with #AB3419
Text Example
Text Example
White with #AB3419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3419; }
p { color: rgb(171,52,25); }
H1.HeaderClassName
{
color: #AB3419;
}
.AnyTagClassName
{
color: #AB3419;
}
</style>
background-color css
<style>
a { background-color: #AB3419; }
a { background-color: rgb(171,52,25); }
div.DivClassName
{
background-color: #AB3419;
}
.BgClassName
{
background-color: #AB3419;
}
</style>
border-color css
<style>
span { border-color: #AB3419; }
span { border-color: rgb(171,52,25); }
td.TdClassName
{
border-color: #AB3419;
}
.TagClassName
{
border-color: #AB3419;
}
</style>