Shades of Rust #A83602
Tints of Rust #A83602
RGB
CMYK
RGB Variations
Color information
#A83602 (or 0xA83602) is known color: Rust. HEX triplet: A8, 36 and 02. RGB value is (168,54,2). Sum of RGB (Red+Green+Blue) = 168+54+2=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A83602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83602 is #57C9FD. Grayscale: #525252. Windows color (decimal): -5753342 or 145064. OLE color: 145064.
HSL color Cylindrical-coordinate representation of color #A83602: hue angle of 18.8º 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 #A83602 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.34 |
| HSL | 18.8º | 0.98% | 0.33% | - |
| HSV(B) | 18.8º | 0.99% | 0.66% | - |
| XYZ | 17.48 | 10.97 | 1.25 | - |
| YUV | 82.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 2 | 0 | 0.68 | 0.99 | 0.34 | 18.8 | 0.98 | 0.33 |
| Hex | A8 | 36 | 2 | 0 | 44 | 63 | 22 | 13 | 62 | 21 |
| Octal | 250 | 66 | 2 | 0 | 104 | 143 | 42 | 23 | 142 | 41 |
| Binary | 10101000 | 110110 | 10 | 0 | 1000100 | 1100011 | 100010 | 10011 | 1100010 | 100001 |
Color Harmonies of #A83602
Complementary color
Monochromatic Colors of #A83602
Black with #A83602
Text Example
Text Example
White with #A83602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83602; }
p { color: rgb(168,54,2); }
H1.HeaderClassName
{
color: #A83602;
}
.AnyTagClassName
{
color: #A83602;
}
</style>
background-color css
<style>
a { background-color: #A83602; }
a { background-color: rgb(168,54,2); }
div.DivClassName
{
background-color: #A83602;
}
.BgClassName
{
background-color: #A83602;
}
</style>
border-color css
<style>
span { border-color: #A83602; }
span { border-color: rgb(168,54,2); }
td.TdClassName
{
border-color: #A83602;
}
.TagClassName
{
border-color: #A83602;
}
</style>