Shades of Rust #AB4319
Tints of Rust #AB4319
RGB
CMYK
RGB Variations
Color information
#AB4319 (or 0xAB4319) is known color: Rust. HEX triplet: AB, 43 and 19. RGB value is (171,67,25). Sum of RGB (Red+Green+Blue) = 171+67+25=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4319 is #54BCE6. Grayscale: #5D5D5D. Windows color (decimal): -5553383 or 1655723. OLE color: 1655723.
HSL color Cylindrical-coordinate representation of color #AB4319: hue angle of 17.26º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB4319 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 25 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.33 |
| HSL | 17.26º | 0.74% | 0.38% | - |
| HSV(B) | 17.26º | 0.85% | 0.67% | - |
| XYZ | 18.98 | 12.74 | 2.38 | - |
| YUV | 93.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 25 | 0 | 0.61 | 0.85 | 0.33 | 17.26 | 0.74 | 0.38 |
| Hex | AB | 43 | 19 | 0 | 3D | 55 | 21 | 11 | 4A | 26 |
| Octal | 253 | 103 | 31 | 0 | 75 | 125 | 41 | 21 | 112 | 46 |
| Binary | 10101011 | 1000011 | 11001 | 0 | 111101 | 1010101 | 100001 | 10001 | 1001010 | 100110 |
Color Harmonies of #AB4319
Complementary color
Monochromatic Colors of #AB4319
Black with #AB4319
Text Example
Text Example
White with #AB4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4319; }
p { color: rgb(171,67,25); }
H1.HeaderClassName
{
color: #AB4319;
}
.AnyTagClassName
{
color: #AB4319;
}
</style>
background-color css
<style>
a { background-color: #AB4319; }
a { background-color: rgb(171,67,25); }
div.DivClassName
{
background-color: #AB4319;
}
.BgClassName
{
background-color: #AB4319;
}
</style>
border-color css
<style>
span { border-color: #AB4319; }
span { border-color: rgb(171,67,25); }
td.TdClassName
{
border-color: #AB4319;
}
.TagClassName
{
border-color: #AB4319;
}
</style>