Shades of Rust #A83C03
Tints of Rust #A83C03
RGB
CMYK
RGB Variations
Color information
#A83C03 (or 0xA83C03) is known color: Rust. HEX triplet: A8, 3C and 03. RGB value is (168,60,3). Sum of RGB (Red+Green+Blue) = 168+60+3=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C03 is #57C3FC. Grayscale: #565656. Windows color (decimal): -5751805 or 212136. OLE color: 212136.
HSL color Cylindrical-coordinate representation of color #A83C03: hue angle of 20.73º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A83C03 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.34 |
| HSL | 20.73º | 0.96% | 0.34% | - |
| HSV(B) | 20.73º | 0.98% | 0.66% | - |
| XYZ | 17.78 | 11.56 | 1.38 | - |
| YUV | 85.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 3 | 0 | 0.64 | 0.98 | 0.34 | 20.73 | 0.96 | 0.34 |
| Hex | A8 | 3C | 3 | 0 | 40 | 62 | 22 | 15 | 60 | 22 |
| Octal | 250 | 74 | 3 | 0 | 100 | 142 | 42 | 25 | 140 | 42 |
| Binary | 10101000 | 111100 | 11 | 0 | 1000000 | 1100010 | 100010 | 10101 | 1100000 | 100010 |
Color Harmonies of #A83C03
Complementary color
Monochromatic Colors of #A83C03
Black with #A83C03
Text Example
Text Example
White with #A83C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C03; }
p { color: rgb(168,60,3); }
H1.HeaderClassName
{
color: #A83C03;
}
.AnyTagClassName
{
color: #A83C03;
}
</style>
background-color css
<style>
a { background-color: #A83C03; }
a { background-color: rgb(168,60,3); }
div.DivClassName
{
background-color: #A83C03;
}
.BgClassName
{
background-color: #A83C03;
}
</style>
border-color css
<style>
span { border-color: #A83C03; }
span { border-color: rgb(168,60,3); }
td.TdClassName
{
border-color: #A83C03;
}
.TagClassName
{
border-color: #A83C03;
}
</style>