Shades of Rust #A83102
Tints of Rust #A83102
RGB
CMYK
RGB Variations
Color information
#A83102 (or 0xA83102) is known color: Rust. HEX triplet: A8, 31 and 02. RGB value is (168,49,2). Sum of RGB (Red+Green+Blue) = 168+49+2=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A83102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83102 is #57CEFD. Grayscale: #4F4F4F. Windows color (decimal): -5754622 or 143784. OLE color: 143784.
HSL color Cylindrical-coordinate representation of color #A83102: hue angle of 16.99º 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 #A83102 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.34 |
| HSL | 16.99º | 0.98% | 0.33% | - |
| HSV(B) | 16.99º | 0.99% | 0.66% | - |
| XYZ | 17.26 | 10.53 | 1.18 | - |
| YUV | 79.22 | 84.42 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 2 | 0 | 0.71 | 0.99 | 0.34 | 16.99 | 0.98 | 0.33 |
| Hex | A8 | 31 | 2 | 0 | 47 | 63 | 22 | 11 | 62 | 21 |
| Octal | 250 | 61 | 2 | 0 | 107 | 143 | 42 | 21 | 142 | 41 |
| Binary | 10101000 | 110001 | 10 | 0 | 1000111 | 1100011 | 100010 | 10001 | 1100010 | 100001 |
Color Harmonies of #A83102
Complementary color
Monochromatic Colors of #A83102
Black with #A83102
Text Example
Text Example
White with #A83102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83102; }
p { color: rgb(168,49,2); }
H1.HeaderClassName
{
color: #A83102;
}
.AnyTagClassName
{
color: #A83102;
}
</style>
background-color css
<style>
a { background-color: #A83102; }
a { background-color: rgb(168,49,2); }
div.DivClassName
{
background-color: #A83102;
}
.BgClassName
{
background-color: #A83102;
}
</style>
border-color css
<style>
span { border-color: #A83102; }
span { border-color: rgb(168,49,2); }
td.TdClassName
{
border-color: #A83102;
}
.TagClassName
{
border-color: #A83102;
}
</style>