Shades of Rust #A83B0C
Tints of Rust #A83B0C
RGB
CMYK
RGB Variations
Color information
#A83B0C (or 0xA83B0C) is known color: Rust. HEX triplet: A8, 3B and 0C. RGB value is (168,59,12). Sum of RGB (Red+Green+Blue) = 168+59+12=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83B0C is #57C4F3. Grayscale: #565656. Windows color (decimal): -5752052 or 801704. OLE color: 801704.
HSL color Cylindrical-coordinate representation of color #A83B0C: hue angle of 18.08º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A83B0C is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 59 | 12 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.34 |
| HSL | 18.08º | 0.87% | 0.35% | - |
| HSV(B) | 18.08º | 0.93% | 0.66% | - |
| XYZ | 17.78 | 11.48 | 1.63 | - |
| YUV | 86.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 12 | 0 | 0.65 | 0.93 | 0.34 | 18.08 | 0.87 | 0.35 |
| Hex | A8 | 3B | C | 0 | 41 | 5D | 22 | 12 | 57 | 23 |
| Octal | 250 | 73 | 14 | 0 | 101 | 135 | 42 | 22 | 127 | 43 |
| Binary | 10101000 | 111011 | 1100 | 0 | 1000001 | 1011101 | 100010 | 10010 | 1010111 | 100011 |
Color Harmonies of #A83B0C
Complementary color
Monochromatic Colors of #A83B0C
Black with #A83B0C
Text Example
Text Example
White with #A83B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83B0C; }
p { color: rgb(168,59,12); }
H1.HeaderClassName
{
color: #A83B0C;
}
.AnyTagClassName
{
color: #A83B0C;
}
</style>
background-color css
<style>
a { background-color: #A83B0C; }
a { background-color: rgb(168,59,12); }
div.DivClassName
{
background-color: #A83B0C;
}
.BgClassName
{
background-color: #A83B0C;
}
</style>
border-color css
<style>
span { border-color: #A83B0C; }
span { border-color: rgb(168,59,12); }
td.TdClassName
{
border-color: #A83B0C;
}
.TagClassName
{
border-color: #A83B0C;
}
</style>