Shades of Rust #AB371C
Tints of Rust #AB371C
RGB
CMYK
RGB Variations
Color information
#AB371C (or 0xAB371C) is known color: Rust. HEX triplet: AB, 37 and 1C. RGB value is (171,55,28). Sum of RGB (Red+Green+Blue) = 171+55+28=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB371C is #54C8E3. Grayscale: #565656. Windows color (decimal): -5556452 or 1849259. OLE color: 1849259.
HSL color Cylindrical-coordinate representation of color #AB371C: hue angle of 11.33º degrees, saturation: 0.72, 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 #AB371C is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 28 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.33 |
| HSL | 11.33º | 0.72% | 0.39% | - |
| HSV(B) | 11.33º | 0.84% | 0.67% | - |
| XYZ | 18.37 | 11.47 | 2.35 | - |
| YUV | 86.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 28 | 0 | 0.68 | 0.84 | 0.33 | 11.33 | 0.72 | 0.39 |
| Hex | AB | 37 | 1C | 0 | 44 | 54 | 21 | B | 48 | 27 |
| Octal | 253 | 67 | 34 | 0 | 104 | 124 | 41 | 13 | 110 | 47 |
| Binary | 10101011 | 110111 | 11100 | 0 | 1000100 | 1010100 | 100001 | 1011 | 1001000 | 100111 |
Color Harmonies of #AB371C
Complementary color
Monochromatic Colors of #AB371C
Black with #AB371C
Text Example
Text Example
White with #AB371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB371C; }
p { color: rgb(171,55,28); }
H1.HeaderClassName
{
color: #AB371C;
}
.AnyTagClassName
{
color: #AB371C;
}
</style>
background-color css
<style>
a { background-color: #AB371C; }
a { background-color: rgb(171,55,28); }
div.DivClassName
{
background-color: #AB371C;
}
.BgClassName
{
background-color: #AB371C;
}
</style>
border-color css
<style>
span { border-color: #AB371C; }
span { border-color: rgb(171,55,28); }
td.TdClassName
{
border-color: #AB371C;
}
.TagClassName
{
border-color: #AB371C;
}
</style>