Shades of Rust #AB451A
Tints of Rust #AB451A
RGB
CMYK
RGB Variations
Color information
#AB451A (or 0xAB451A) is known color: Rust. HEX triplet: AB, 45 and 1A. RGB value is (171,69,26). Sum of RGB (Red+Green+Blue) = 171+69+26=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB451A is #54BAE5. Grayscale: #5E5E5E. Windows color (decimal): -5552870 or 1721771. OLE color: 1721771.
HSL color Cylindrical-coordinate representation of color #AB451A: hue angle of 17.79º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB451A is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 26 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.33 |
| HSL | 17.79º | 0.74% | 0.39% | - |
| HSV(B) | 17.79º | 0.85% | 0.67% | - |
| XYZ | 19.11 | 12.99 | 2.48 | - |
| YUV | 94.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 26 | 0 | 0.60 | 0.85 | 0.33 | 17.79 | 0.74 | 0.39 |
| Hex | AB | 45 | 1A | 0 | 3C | 55 | 21 | 12 | 4A | 27 |
| Octal | 253 | 105 | 32 | 0 | 74 | 125 | 41 | 22 | 112 | 47 |
| Binary | 10101011 | 1000101 | 11010 | 0 | 111100 | 1010101 | 100001 | 10010 | 1001010 | 100111 |
Color Harmonies of #AB451A
Complementary color
Monochromatic Colors of #AB451A
Black with #AB451A
Text Example
Text Example
White with #AB451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB451A; }
p { color: rgb(171,69,26); }
H1.HeaderClassName
{
color: #AB451A;
}
.AnyTagClassName
{
color: #AB451A;
}
</style>
background-color css
<style>
a { background-color: #AB451A; }
a { background-color: rgb(171,69,26); }
div.DivClassName
{
background-color: #AB451A;
}
.BgClassName
{
background-color: #AB451A;
}
</style>
border-color css
<style>
span { border-color: #AB451A; }
span { border-color: rgb(171,69,26); }
td.TdClassName
{
border-color: #AB451A;
}
.TagClassName
{
border-color: #AB451A;
}
</style>