Shades of Rust #AB4310
Tints of Rust #AB4310
RGB
CMYK
RGB Variations
Color information
#AB4310 (or 0xAB4310) is known color: Rust. HEX triplet: AB, 43 and 10. RGB value is (171,67,16). Sum of RGB (Red+Green+Blue) = 171+67+16=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4310 is #54BCEF. Grayscale: #5C5C5C. Windows color (decimal): -5553392 or 1065899. OLE color: 1065899.
HSL color Cylindrical-coordinate representation of color #AB4310: hue angle of 19.74º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB4310 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 16 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.33 |
| HSL | 19.74º | 0.83% | 0.37% | - |
| HSV(B) | 19.74º | 0.91% | 0.67% | - |
| XYZ | 18.9 | 12.71 | 1.95 | - |
| YUV | 92.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 16 | 0 | 0.61 | 0.91 | 0.33 | 19.74 | 0.83 | 0.37 |
| Hex | AB | 43 | 10 | 0 | 3D | 5B | 21 | 14 | 53 | 25 |
| Octal | 253 | 103 | 20 | 0 | 75 | 133 | 41 | 24 | 123 | 45 |
| Binary | 10101011 | 1000011 | 10000 | 0 | 111101 | 1011011 | 100001 | 10100 | 1010011 | 100101 |
Color Harmonies of #AB4310
Complementary color
Monochromatic Colors of #AB4310
Black with #AB4310
Text Example
Text Example
White with #AB4310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4310; }
p { color: rgb(171,67,16); }
H1.HeaderClassName
{
color: #AB4310;
}
.AnyTagClassName
{
color: #AB4310;
}
</style>
background-color css
<style>
a { background-color: #AB4310; }
a { background-color: rgb(171,67,16); }
div.DivClassName
{
background-color: #AB4310;
}
.BgClassName
{
background-color: #AB4310;
}
</style>
border-color css
<style>
span { border-color: #AB4310; }
span { border-color: rgb(171,67,16); }
td.TdClassName
{
border-color: #AB4310;
}
.TagClassName
{
border-color: #AB4310;
}
</style>