Shades of Rust #A83C01
Tints of Rust #A83C01
RGB
CMYK
RGB Variations
Color information
#A83C01 (or 0xA83C01) is known color: Rust. HEX triplet: A8, 3C and 01. RGB value is (168,60,1). Sum of RGB (Red+Green+Blue) = 168+60+1=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C01 is #57C3FE. Grayscale: #555555. Windows color (decimal): -5751807 or 81064. OLE color: 81064.
HSL color Cylindrical-coordinate representation of color #A83C01: hue angle of 21.2º 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 #A83C01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.34 |
| HSL | 21.2º | 0.99% | 0.33% | - |
| HSV(B) | 21.2º | 0.99% | 0.66% | - |
| XYZ | 17.77 | 11.56 | 1.32 | - |
| YUV | 85.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 1 | 0 | 0.64 | 0.99 | 0.34 | 21.2 | 0.99 | 0.33 |
| Hex | A8 | 3C | 1 | 0 | 40 | 63 | 22 | 15 | 63 | 21 |
| Octal | 250 | 74 | 1 | 0 | 100 | 143 | 42 | 25 | 143 | 41 |
| Binary | 10101000 | 111100 | 1 | 0 | 1000000 | 1100011 | 100010 | 10101 | 1100011 | 100001 |
Color Harmonies of #A83C01
Complementary color
Monochromatic Colors of #A83C01
Black with #A83C01
Text Example
Text Example
White with #A83C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C01; }
p { color: rgb(168,60,1); }
H1.HeaderClassName
{
color: #A83C01;
}
.AnyTagClassName
{
color: #A83C01;
}
</style>
background-color css
<style>
a { background-color: #A83C01; }
a { background-color: rgb(168,60,1); }
div.DivClassName
{
background-color: #A83C01;
}
.BgClassName
{
background-color: #A83C01;
}
</style>
border-color css
<style>
span { border-color: #A83C01; }
span { border-color: rgb(168,60,1); }
td.TdClassName
{
border-color: #A83C01;
}
.TagClassName
{
border-color: #A83C01;
}
</style>