Shades of Rust #AB410F
Tints of Rust #AB410F
RGB
CMYK
RGB Variations
Color information
#AB410F (or 0xAB410F) is known color: Rust. HEX triplet: AB, 41 and 0F. RGB value is (171,65,15). Sum of RGB (Red+Green+Blue) = 171+65+15=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB410F is #54BEF0. Grayscale: #5B5B5B. Windows color (decimal): -5553905 or 999851. OLE color: 999851.
HSL color Cylindrical-coordinate representation of color #AB410F: hue angle of 19.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB410F is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 15 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.33 |
| HSL | 19.23º | 0.84% | 0.36% | - |
| HSV(B) | 19.23º | 0.91% | 0.67% | - |
| XYZ | 18.77 | 12.47 | 1.87 | - |
| YUV | 90.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 15 | 0 | 0.62 | 0.91 | 0.33 | 19.23 | 0.84 | 0.36 |
| Hex | AB | 41 | F | 0 | 3E | 5B | 21 | 13 | 54 | 24 |
| Octal | 253 | 101 | 17 | 0 | 76 | 133 | 41 | 23 | 124 | 44 |
| Binary | 10101011 | 1000001 | 1111 | 0 | 111110 | 1011011 | 100001 | 10011 | 1010100 | 100100 |
Color Harmonies of #AB410F
Complementary color
Monochromatic Colors of #AB410F
Black with #AB410F
Text Example
Text Example
White with #AB410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB410F; }
p { color: rgb(171,65,15); }
H1.HeaderClassName
{
color: #AB410F;
}
.AnyTagClassName
{
color: #AB410F;
}
</style>
background-color css
<style>
a { background-color: #AB410F; }
a { background-color: rgb(171,65,15); }
div.DivClassName
{
background-color: #AB410F;
}
.BgClassName
{
background-color: #AB410F;
}
</style>
border-color css
<style>
span { border-color: #AB410F; }
span { border-color: rgb(171,65,15); }
td.TdClassName
{
border-color: #AB410F;
}
.TagClassName
{
border-color: #AB410F;
}
</style>