Shades of Rust #AB431B
Tints of Rust #AB431B
RGB
CMYK
RGB Variations
Color information
#AB431B (or 0xAB431B) is known color: Rust. HEX triplet: AB, 43 and 1B. RGB value is (171,67,27). Sum of RGB (Red+Green+Blue) = 171+67+27=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB431B is #54BCE4. Grayscale: #5D5D5D. Windows color (decimal): -5553381 or 1786795. OLE color: 1786795.
HSL color Cylindrical-coordinate representation of color #AB431B: hue angle of 16.67º 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 #AB431B is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 27 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.33 |
| HSL | 16.67º | 0.73% | 0.39% | - |
| HSV(B) | 16.67º | 0.84% | 0.67% | - |
| XYZ | 19 | 12.75 | 2.5 | - |
| YUV | 93.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 27 | 0 | 0.61 | 0.84 | 0.33 | 16.67 | 0.73 | 0.39 |
| Hex | AB | 43 | 1B | 0 | 3D | 54 | 21 | 11 | 49 | 27 |
| Octal | 253 | 103 | 33 | 0 | 75 | 124 | 41 | 21 | 111 | 47 |
| Binary | 10101011 | 1000011 | 11011 | 0 | 111101 | 1010100 | 100001 | 10001 | 1001001 | 100111 |
Color Harmonies of #AB431B
Complementary color
Monochromatic Colors of #AB431B
Black with #AB431B
Text Example
Text Example
White with #AB431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB431B; }
p { color: rgb(171,67,27); }
H1.HeaderClassName
{
color: #AB431B;
}
.AnyTagClassName
{
color: #AB431B;
}
</style>
background-color css
<style>
a { background-color: #AB431B; }
a { background-color: rgb(171,67,27); }
div.DivClassName
{
background-color: #AB431B;
}
.BgClassName
{
background-color: #AB431B;
}
</style>
border-color css
<style>
span { border-color: #AB431B; }
span { border-color: rgb(171,67,27); }
td.TdClassName
{
border-color: #AB431B;
}
.TagClassName
{
border-color: #AB431B;
}
</style>