Shades of Rust #AB2D04
Tints of Rust #AB2D04
RGB
CMYK
RGB Variations
Color information
#AB2D04 (or 0xAB2D04) is known color: Rust. HEX triplet: AB, 2D and 04. RGB value is (171,45,4). Sum of RGB (Red+Green+Blue) = 171+45+4=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D04 is #54D2FB. Grayscale: #4E4E4E. Windows color (decimal): -5559036 or 273835. OLE color: 273835.
HSL color Cylindrical-coordinate representation of color #AB2D04: hue angle of 14.73º 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 #AB2D04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.33 |
| HSL | 14.73º | 0.95% | 0.34% | - |
| HSV(B) | 14.73º | 0.98% | 0.67% | - |
| XYZ | 17.75 | 10.54 | 1.21 | - |
| YUV | 78 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 4 | 0 | 0.74 | 0.98 | 0.33 | 14.73 | 0.95 | 0.34 |
| Hex | AB | 2D | 4 | 0 | 4A | 62 | 21 | F | 5F | 22 |
| Octal | 253 | 55 | 4 | 0 | 112 | 142 | 41 | 17 | 137 | 42 |
| Binary | 10101011 | 101101 | 100 | 0 | 1001010 | 1100010 | 100001 | 1111 | 1011111 | 100010 |
Color Harmonies of #AB2D04
Complementary color
Monochromatic Colors of #AB2D04
Black with #AB2D04
Text Example
Text Example
White with #AB2D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D04; }
p { color: rgb(171,45,4); }
H1.HeaderClassName
{
color: #AB2D04;
}
.AnyTagClassName
{
color: #AB2D04;
}
</style>
background-color css
<style>
a { background-color: #AB2D04; }
a { background-color: rgb(171,45,4); }
div.DivClassName
{
background-color: #AB2D04;
}
.BgClassName
{
background-color: #AB2D04;
}
</style>
border-color css
<style>
span { border-color: #AB2D04; }
span { border-color: rgb(171,45,4); }
td.TdClassName
{
border-color: #AB2D04;
}
.TagClassName
{
border-color: #AB2D04;
}
</style>