Shades of Rust #A83C1B
Tints of Rust #A83C1B
RGB
CMYK
RGB Variations
Color information
#A83C1B (or 0xA83C1B) is known color: Rust. HEX triplet: A8, 3C and 1B. RGB value is (168,60,27). Sum of RGB (Red+Green+Blue) = 168+60+27=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83C1B is #57C3E4. Grayscale: #585858. Windows color (decimal): -5751781 or 1785000. OLE color: 1785000.
HSL color Cylindrical-coordinate representation of color #A83C1B: hue angle of 14.04º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A83C1B is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 27 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.34 |
| HSL | 14.04º | 0.72% | 0.38% | - |
| HSV(B) | 14.04º | 0.84% | 0.66% | - |
| XYZ | 17.96 | 11.64 | 2.34 | - |
| YUV | 88.53 | 93.28 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 27 | 0 | 0.64 | 0.84 | 0.34 | 14.04 | 0.72 | 0.38 |
| Hex | A8 | 3C | 1B | 0 | 40 | 54 | 22 | E | 48 | 26 |
| Octal | 250 | 74 | 33 | 0 | 100 | 124 | 42 | 16 | 110 | 46 |
| Binary | 10101000 | 111100 | 11011 | 0 | 1000000 | 1010100 | 100010 | 1110 | 1001000 | 100110 |
Color Harmonies of #A83C1B
Complementary color
Monochromatic Colors of #A83C1B
Black with #A83C1B
Text Example
Text Example
White with #A83C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C1B; }
p { color: rgb(168,60,27); }
H1.HeaderClassName
{
color: #A83C1B;
}
.AnyTagClassName
{
color: #A83C1B;
}
</style>
background-color css
<style>
a { background-color: #A83C1B; }
a { background-color: rgb(168,60,27); }
div.DivClassName
{
background-color: #A83C1B;
}
.BgClassName
{
background-color: #A83C1B;
}
</style>
border-color css
<style>
span { border-color: #A83C1B; }
span { border-color: rgb(168,60,27); }
td.TdClassName
{
border-color: #A83C1B;
}
.TagClassName
{
border-color: #A83C1B;
}
</style>