Shades of Rust #A83601
Tints of Rust #A83601
RGB
CMYK
RGB Variations
Color information
#A83601 (or 0xA83601) is known color: Rust. HEX triplet: A8, 36 and 01. RGB value is (168,54,1). Sum of RGB (Red+Green+Blue) = 168+54+1=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A83601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83601 is #57C9FE. Grayscale: #525252. Windows color (decimal): -5753343 or 79528. OLE color: 79528.
HSL color Cylindrical-coordinate representation of color #A83601: hue angle of 19.04º 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 #A83601 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.34 |
| HSL | 19.04º | 0.99% | 0.33% | - |
| HSV(B) | 19.04º | 0.99% | 0.66% | - |
| XYZ | 17.47 | 10.97 | 1.22 | - |
| YUV | 82.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 1 | 0 | 0.68 | 0.99 | 0.34 | 19.04 | 0.99 | 0.33 |
| Hex | A8 | 36 | 1 | 0 | 44 | 63 | 22 | 13 | 63 | 21 |
| Octal | 250 | 66 | 1 | 0 | 104 | 143 | 42 | 23 | 143 | 41 |
| Binary | 10101000 | 110110 | 1 | 0 | 1000100 | 1100011 | 100010 | 10011 | 1100011 | 100001 |
Color Harmonies of #A83601
Complementary color
Monochromatic Colors of #A83601
Black with #A83601
Text Example
Text Example
White with #A83601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83601; }
p { color: rgb(168,54,1); }
H1.HeaderClassName
{
color: #A83601;
}
.AnyTagClassName
{
color: #A83601;
}
</style>
background-color css
<style>
a { background-color: #A83601; }
a { background-color: rgb(168,54,1); }
div.DivClassName
{
background-color: #A83601;
}
.BgClassName
{
background-color: #A83601;
}
</style>
border-color css
<style>
span { border-color: #A83601; }
span { border-color: rgb(168,54,1); }
td.TdClassName
{
border-color: #A83601;
}
.TagClassName
{
border-color: #A83601;
}
</style>