Shades of Rust #A83101
Tints of Rust #A83101
RGB
CMYK
RGB Variations
Color information
#A83101 (or 0xA83101) is known color: Rust. HEX triplet: A8, 31 and 01. RGB value is (168,49,1). Sum of RGB (Red+Green+Blue) = 168+49+1=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A83101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83101 is #57CEFE. Grayscale: #4F4F4F. Windows color (decimal): -5754623 or 78248. OLE color: 78248.
HSL color Cylindrical-coordinate representation of color #A83101: hue angle of 17.25º degrees, saturation: 0.99, 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 #A83101 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.34 |
| HSL | 17.25º | 0.99% | 0.33% | - |
| HSV(B) | 17.25º | 0.99% | 0.66% | - |
| XYZ | 17.25 | 10.52 | 1.15 | - |
| YUV | 79.11 | 83.92 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 1 | 0 | 0.71 | 0.99 | 0.34 | 17.25 | 0.99 | 0.33 |
| Hex | A8 | 31 | 1 | 0 | 47 | 63 | 22 | 11 | 63 | 21 |
| Octal | 250 | 61 | 1 | 0 | 107 | 143 | 42 | 21 | 143 | 41 |
| Binary | 10101000 | 110001 | 1 | 0 | 1000111 | 1100011 | 100010 | 10001 | 1100011 | 100001 |
Color Harmonies of #A83101
Complementary color
Monochromatic Colors of #A83101
Black with #A83101
Text Example
Text Example
White with #A83101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83101; }
p { color: rgb(168,49,1); }
H1.HeaderClassName
{
color: #A83101;
}
.AnyTagClassName
{
color: #A83101;
}
</style>
background-color css
<style>
a { background-color: #A83101; }
a { background-color: rgb(168,49,1); }
div.DivClassName
{
background-color: #A83101;
}
.BgClassName
{
background-color: #A83101;
}
</style>
border-color css
<style>
span { border-color: #A83101; }
span { border-color: rgb(168,49,1); }
td.TdClassName
{
border-color: #A83101;
}
.TagClassName
{
border-color: #A83101;
}
</style>