Shades of Rust #AB431A
Tints of Rust #AB431A
RGB
CMYK
RGB Variations
Color information
#AB431A (or 0xAB431A) is known color: Rust. HEX triplet: AB, 43 and 1A. RGB value is (171,67,26). Sum of RGB (Red+Green+Blue) = 171+67+26=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB431A is #54BCE5. Grayscale: #5D5D5D. Windows color (decimal): -5553382 or 1721259. OLE color: 1721259.
HSL color Cylindrical-coordinate representation of color #AB431A: hue angle of 16.97º 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 #AB431A is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 26 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.33 |
| HSL | 16.97º | 0.74% | 0.39% | - |
| HSV(B) | 16.97º | 0.85% | 0.67% | - |
| XYZ | 18.99 | 12.75 | 2.44 | - |
| YUV | 93.42 | 89.96 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 26 | 0 | 0.61 | 0.85 | 0.33 | 16.97 | 0.74 | 0.39 |
| Hex | AB | 43 | 1A | 0 | 3D | 55 | 21 | 11 | 4A | 27 |
| Octal | 253 | 103 | 32 | 0 | 75 | 125 | 41 | 21 | 112 | 47 |
| Binary | 10101011 | 1000011 | 11010 | 0 | 111101 | 1010101 | 100001 | 10001 | 1001010 | 100111 |
Color Harmonies of #AB431A
Complementary color
Monochromatic Colors of #AB431A
Black with #AB431A
Text Example
Text Example
White with #AB431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB431A; }
p { color: rgb(171,67,26); }
H1.HeaderClassName
{
color: #AB431A;
}
.AnyTagClassName
{
color: #AB431A;
}
</style>
background-color css
<style>
a { background-color: #AB431A; }
a { background-color: rgb(171,67,26); }
div.DivClassName
{
background-color: #AB431A;
}
.BgClassName
{
background-color: #AB431A;
}
</style>
border-color css
<style>
span { border-color: #AB431A; }
span { border-color: rgb(171,67,26); }
td.TdClassName
{
border-color: #AB431A;
}
.TagClassName
{
border-color: #AB431A;
}
</style>