Shades of Rust #A83202
Tints of Rust #A83202
RGB
CMYK
RGB Variations
Color information
#A83202 (or 0xA83202) is known color: Rust. HEX triplet: A8, 32 and 02. RGB value is (168,50,2). Sum of RGB (Red+Green+Blue) = 168+50+2=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A83202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83202 is #57CDFD. Grayscale: #505050. Windows color (decimal): -5754366 or 144040. OLE color: 144040.
HSL color Cylindrical-coordinate representation of color #A83202: hue angle of 17.35º 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 #A83202 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.34 |
| HSL | 17.35º | 0.98% | 0.33% | - |
| HSV(B) | 17.35º | 0.99% | 0.66% | - |
| XYZ | 17.3 | 10.61 | 1.19 | - |
| YUV | 79.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 2 | 0 | 0.70 | 0.99 | 0.34 | 17.35 | 0.98 | 0.33 |
| Hex | A8 | 32 | 2 | 0 | 46 | 63 | 22 | 11 | 62 | 21 |
| Octal | 250 | 62 | 2 | 0 | 106 | 143 | 42 | 21 | 142 | 41 |
| Binary | 10101000 | 110010 | 10 | 0 | 1000110 | 1100011 | 100010 | 10001 | 1100010 | 100001 |
Color Harmonies of #A83202
Complementary color
Monochromatic Colors of #A83202
Black with #A83202
Text Example
Text Example
White with #A83202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83202; }
p { color: rgb(168,50,2); }
H1.HeaderClassName
{
color: #A83202;
}
.AnyTagClassName
{
color: #A83202;
}
</style>
background-color css
<style>
a { background-color: #A83202; }
a { background-color: rgb(168,50,2); }
div.DivClassName
{
background-color: #A83202;
}
.BgClassName
{
background-color: #A83202;
}
</style>
border-color css
<style>
span { border-color: #A83202; }
span { border-color: rgb(168,50,2); }
td.TdClassName
{
border-color: #A83202;
}
.TagClassName
{
border-color: #A83202;
}
</style>