Shades of Rust #A83902
Tints of Rust #A83902
RGB
CMYK
RGB Variations
Color information
#A83902 (or 0xA83902) is known color: Rust. HEX triplet: A8, 39 and 02. RGB value is (168,57,2). Sum of RGB (Red+Green+Blue) = 168+57+2=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A83902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83902 is #57C6FD. Grayscale: #545454. Windows color (decimal): -5752574 or 145832. OLE color: 145832.
HSL color Cylindrical-coordinate representation of color #A83902: hue angle of 19.88º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A83902 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.34 |
| HSL | 19.88º | 0.98% | 0.33% | - |
| HSV(B) | 19.88º | 0.99% | 0.66% | - |
| XYZ | 17.62 | 11.26 | 1.3 | - |
| YUV | 83.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 2 | 0 | 0.66 | 0.99 | 0.34 | 19.88 | 0.98 | 0.33 |
| Hex | A8 | 39 | 2 | 0 | 42 | 63 | 22 | 14 | 62 | 21 |
| Octal | 250 | 71 | 2 | 0 | 102 | 143 | 42 | 24 | 142 | 41 |
| Binary | 10101000 | 111001 | 10 | 0 | 1000010 | 1100011 | 100010 | 10100 | 1100010 | 100001 |
Color Harmonies of #A83902
Complementary color
Monochromatic Colors of #A83902
Black with #A83902
Text Example
Text Example
White with #A83902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83902; }
p { color: rgb(168,57,2); }
H1.HeaderClassName
{
color: #A83902;
}
.AnyTagClassName
{
color: #A83902;
}
</style>
background-color css
<style>
a { background-color: #A83902; }
a { background-color: rgb(168,57,2); }
div.DivClassName
{
background-color: #A83902;
}
.BgClassName
{
background-color: #A83902;
}
</style>
border-color css
<style>
span { border-color: #A83902; }
span { border-color: rgb(168,57,2); }
td.TdClassName
{
border-color: #A83902;
}
.TagClassName
{
border-color: #A83902;
}
</style>