Shades of Rust #AB341A
Tints of Rust #AB341A
RGB
CMYK
RGB Variations
Color information
#AB341A (or 0xAB341A) is known color: Rust. HEX triplet: AB, 34 and 1A. RGB value is (171,52,26). Sum of RGB (Red+Green+Blue) = 171+52+26=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB341A is #54CBE5. Grayscale: #545454. Windows color (decimal): -5557222 or 1717419. OLE color: 1717419.
HSL color Cylindrical-coordinate representation of color #AB341A: hue angle of 10.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB341A is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 26 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.33 |
| HSL | 10.76º | 0.74% | 0.39% | - |
| HSV(B) | 10.76º | 0.85% | 0.67% | - |
| XYZ | 18.21 | 11.19 | 2.18 | - |
| YUV | 84.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 26 | 0 | 0.70 | 0.85 | 0.33 | 10.76 | 0.74 | 0.39 |
| Hex | AB | 34 | 1A | 0 | 46 | 55 | 21 | B | 4A | 27 |
| Octal | 253 | 64 | 32 | 0 | 106 | 125 | 41 | 13 | 112 | 47 |
| Binary | 10101011 | 110100 | 11010 | 0 | 1000110 | 1010101 | 100001 | 1011 | 1001010 | 100111 |
Color Harmonies of #AB341A
Complementary color
Monochromatic Colors of #AB341A
Black with #AB341A
Text Example
Text Example
White with #AB341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB341A; }
p { color: rgb(171,52,26); }
H1.HeaderClassName
{
color: #AB341A;
}
.AnyTagClassName
{
color: #AB341A;
}
</style>
background-color css
<style>
a { background-color: #AB341A; }
a { background-color: rgb(171,52,26); }
div.DivClassName
{
background-color: #AB341A;
}
.BgClassName
{
background-color: #AB341A;
}
</style>
border-color css
<style>
span { border-color: #AB341A; }
span { border-color: rgb(171,52,26); }
td.TdClassName
{
border-color: #AB341A;
}
.TagClassName
{
border-color: #AB341A;
}
</style>