Shades of Rust #A83701
Tints of Rust #A83701
RGB
CMYK
RGB Variations
Color information
#A83701 (or 0xA83701) is known color: Rust. HEX triplet: A8, 37 and 01. RGB value is (168,55,1). Sum of RGB (Red+Green+Blue) = 168+55+1=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A83701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83701 is #57C8FE. Grayscale: #525252. Windows color (decimal): -5753087 or 79784. OLE color: 79784.
HSL color Cylindrical-coordinate representation of color #A83701: hue angle of 19.4º 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 #A83701 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.34 |
| HSL | 19.4º | 0.99% | 0.33% | - |
| HSV(B) | 19.4º | 0.99% | 0.66% | - |
| XYZ | 17.52 | 11.06 | 1.24 | - |
| YUV | 82.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 1 | 0 | 0.67 | 0.99 | 0.34 | 19.4 | 0.99 | 0.33 |
| Hex | A8 | 37 | 1 | 0 | 43 | 63 | 22 | 13 | 63 | 21 |
| Octal | 250 | 67 | 1 | 0 | 103 | 143 | 42 | 23 | 143 | 41 |
| Binary | 10101000 | 110111 | 1 | 0 | 1000011 | 1100011 | 100010 | 10011 | 1100011 | 100001 |
Color Harmonies of #A83701
Complementary color
Monochromatic Colors of #A83701
Black with #A83701
Text Example
Text Example
White with #A83701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83701; }
p { color: rgb(168,55,1); }
H1.HeaderClassName
{
color: #A83701;
}
.AnyTagClassName
{
color: #A83701;
}
</style>
background-color css
<style>
a { background-color: #A83701; }
a { background-color: rgb(168,55,1); }
div.DivClassName
{
background-color: #A83701;
}
.BgClassName
{
background-color: #A83701;
}
</style>
border-color css
<style>
span { border-color: #A83701; }
span { border-color: rgb(168,55,1); }
td.TdClassName
{
border-color: #A83701;
}
.TagClassName
{
border-color: #A83701;
}
</style>