Shades of Rust #AB431E
Tints of Rust #AB431E
RGB
CMYK
RGB Variations
Color information
#AB431E (or 0xAB431E) is known color: Rust. HEX triplet: AB, 43 and 1E. RGB value is (171,67,30). Sum of RGB (Red+Green+Blue) = 171+67+30=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB431E is #54BCE1. Grayscale: #5E5E5E. Windows color (decimal): -5553378 or 1983403. OLE color: 1983403.
HSL color Cylindrical-coordinate representation of color #AB431E: hue angle of 15.74º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB431E is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 30 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.33 |
| HSL | 15.74º | 0.7% | 0.39% | - |
| HSV(B) | 15.74º | 0.82% | 0.67% | - |
| XYZ | 19.04 | 12.77 | 2.69 | - |
| YUV | 93.88 | 91.96 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 30 | 0 | 0.61 | 0.82 | 0.33 | 15.74 | 0.7 | 0.39 |
| Hex | AB | 43 | 1E | 0 | 3D | 52 | 21 | 10 | 46 | 27 |
| Octal | 253 | 103 | 36 | 0 | 75 | 122 | 41 | 20 | 106 | 47 |
| Binary | 10101011 | 1000011 | 11110 | 0 | 111101 | 1010010 | 100001 | 10000 | 1000110 | 100111 |
Color Harmonies of #AB431E
Complementary color
Monochromatic Colors of #AB431E
Black with #AB431E
Text Example
Text Example
White with #AB431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB431E; }
p { color: rgb(171,67,30); }
H1.HeaderClassName
{
color: #AB431E;
}
.AnyTagClassName
{
color: #AB431E;
}
</style>
background-color css
<style>
a { background-color: #AB431E; }
a { background-color: rgb(171,67,30); }
div.DivClassName
{
background-color: #AB431E;
}
.BgClassName
{
background-color: #AB431E;
}
</style>
border-color css
<style>
span { border-color: #AB431E; }
span { border-color: rgb(171,67,30); }
td.TdClassName
{
border-color: #AB431E;
}
.TagClassName
{
border-color: #AB431E;
}
</style>