Shades of Rust #AB3004
Tints of Rust #AB3004
RGB
CMYK
RGB Variations
Color information
#AB3004 (or 0xAB3004) is known color: Rust. HEX triplet: AB, 30 and 04. RGB value is (171,48,4). Sum of RGB (Red+Green+Blue) = 171+48+4=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3004 is #54CFFB. Grayscale: #505050. Windows color (decimal): -5558268 or 274603. OLE color: 274603.
HSL color Cylindrical-coordinate representation of color #AB3004: hue angle of 15.81º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB3004 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.33 |
| HSL | 15.81º | 0.95% | 0.34% | - |
| HSV(B) | 15.81º | 0.98% | 0.67% | - |
| XYZ | 17.87 | 10.78 | 1.25 | - |
| YUV | 79.76 | 85.25 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 4 | 0 | 0.72 | 0.98 | 0.33 | 15.81 | 0.95 | 0.34 |
| Hex | AB | 30 | 4 | 0 | 48 | 62 | 21 | 10 | 5F | 22 |
| Octal | 253 | 60 | 4 | 0 | 110 | 142 | 41 | 20 | 137 | 42 |
| Binary | 10101011 | 110000 | 100 | 0 | 1001000 | 1100010 | 100001 | 10000 | 1011111 | 100010 |
Color Harmonies of #AB3004
Complementary color
Monochromatic Colors of #AB3004
Black with #AB3004
Text Example
Text Example
White with #AB3004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3004; }
p { color: rgb(171,48,4); }
H1.HeaderClassName
{
color: #AB3004;
}
.AnyTagClassName
{
color: #AB3004;
}
</style>
background-color css
<style>
a { background-color: #AB3004; }
a { background-color: rgb(171,48,4); }
div.DivClassName
{
background-color: #AB3004;
}
.BgClassName
{
background-color: #AB3004;
}
</style>
border-color css
<style>
span { border-color: #AB3004; }
span { border-color: rgb(171,48,4); }
td.TdClassName
{
border-color: #AB3004;
}
.TagClassName
{
border-color: #AB3004;
}
</style>