Shades of Rust #AB4302
Tints of Rust #AB4302
RGB
CMYK
RGB Variations
Color information
#AB4302 (or 0xAB4302) is known color: Rust. HEX triplet: AB, 43 and 02. RGB value is (171,67,2). Sum of RGB (Red+Green+Blue) = 171+67+2=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4302 is #54BCFD. Grayscale: #5B5B5B. Windows color (decimal): -5553406 or 148395. OLE color: 148395.
HSL color Cylindrical-coordinate representation of color #AB4302: hue angle of 23.08º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB4302 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.33 |
| HSL | 23.08º | 0.98% | 0.34% | - |
| HSV(B) | 23.08º | 0.99% | 0.67% | - |
| XYZ | 18.81 | 12.68 | 1.51 | - |
| YUV | 90.69 | 77.96 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 2 | 0 | 0.61 | 0.99 | 0.33 | 23.08 | 0.98 | 0.34 |
| Hex | AB | 43 | 2 | 0 | 3D | 63 | 21 | 17 | 62 | 22 |
| Octal | 253 | 103 | 2 | 0 | 75 | 143 | 41 | 27 | 142 | 42 |
| Binary | 10101011 | 1000011 | 10 | 0 | 111101 | 1100011 | 100001 | 10111 | 1100010 | 100010 |
Color Harmonies of #AB4302
Complementary color
Monochromatic Colors of #AB4302
Black with #AB4302
Text Example
Text Example
White with #AB4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4302; }
p { color: rgb(171,67,2); }
H1.HeaderClassName
{
color: #AB4302;
}
.AnyTagClassName
{
color: #AB4302;
}
</style>
background-color css
<style>
a { background-color: #AB4302; }
a { background-color: rgb(171,67,2); }
div.DivClassName
{
background-color: #AB4302;
}
.BgClassName
{
background-color: #AB4302;
}
</style>
border-color css
<style>
span { border-color: #AB4302; }
span { border-color: rgb(171,67,2); }
td.TdClassName
{
border-color: #AB4302;
}
.TagClassName
{
border-color: #AB4302;
}
</style>