Shades of Rust #AB441B
Tints of Rust #AB441B
RGB
CMYK
RGB Variations
Color information
#AB441B (or 0xAB441B) is known color: Rust. HEX triplet: AB, 44 and 1B. RGB value is (171,68,27). Sum of RGB (Red+Green+Blue) = 171+68+27=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB441B is #54BBE4. Grayscale: #5E5E5E. Windows color (decimal): -5553125 or 1787051. OLE color: 1787051.
HSL color Cylindrical-coordinate representation of color #AB441B: hue angle of 17.08º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB441B is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 27 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.33 |
| HSL | 17.08º | 0.73% | 0.39% | - |
| HSV(B) | 17.08º | 0.84% | 0.67% | - |
| XYZ | 19.06 | 12.87 | 2.52 | - |
| YUV | 94.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 27 | 0 | 0.60 | 0.84 | 0.33 | 17.08 | 0.73 | 0.39 |
| Hex | AB | 44 | 1B | 0 | 3C | 54 | 21 | 11 | 49 | 27 |
| Octal | 253 | 104 | 33 | 0 | 74 | 124 | 41 | 21 | 111 | 47 |
| Binary | 10101011 | 1000100 | 11011 | 0 | 111100 | 1010100 | 100001 | 10001 | 1001001 | 100111 |
Color Harmonies of #AB441B
Complementary color
Monochromatic Colors of #AB441B
Black with #AB441B
Text Example
Text Example
White with #AB441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB441B; }
p { color: rgb(171,68,27); }
H1.HeaderClassName
{
color: #AB441B;
}
.AnyTagClassName
{
color: #AB441B;
}
</style>
background-color css
<style>
a { background-color: #AB441B; }
a { background-color: rgb(171,68,27); }
div.DivClassName
{
background-color: #AB441B;
}
.BgClassName
{
background-color: #AB441B;
}
</style>
border-color css
<style>
span { border-color: #AB441B; }
span { border-color: rgb(171,68,27); }
td.TdClassName
{
border-color: #AB441B;
}
.TagClassName
{
border-color: #AB441B;
}
</style>