Shades of Rust #A83D1B
Tints of Rust #A83D1B
RGB
CMYK
RGB Variations
Color information
#A83D1B (or 0xA83D1B) is known color: Rust. HEX triplet: A8, 3D and 1B. RGB value is (168,61,27). Sum of RGB (Red+Green+Blue) = 168+61+27=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83D1B is #57C2E4. Grayscale: #595959. Windows color (decimal): -5751525 or 1785256. OLE color: 1785256.
HSL color Cylindrical-coordinate representation of color #A83D1B: hue angle of 14.47º 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 #A83D1B is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 27 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.34 |
| HSL | 14.47º | 0.72% | 0.38% | - |
| HSV(B) | 14.47º | 0.84% | 0.66% | - |
| XYZ | 18.02 | 11.74 | 2.35 | - |
| YUV | 89.12 | 92.95 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 27 | 0 | 0.64 | 0.84 | 0.34 | 14.47 | 0.72 | 0.38 |
| Hex | A8 | 3D | 1B | 0 | 40 | 54 | 22 | E | 48 | 26 |
| Octal | 250 | 75 | 33 | 0 | 100 | 124 | 42 | 16 | 110 | 46 |
| Binary | 10101000 | 111101 | 11011 | 0 | 1000000 | 1010100 | 100010 | 1110 | 1001000 | 100110 |
Color Harmonies of #A83D1B
Complementary color
Monochromatic Colors of #A83D1B
Black with #A83D1B
Text Example
Text Example
White with #A83D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D1B; }
p { color: rgb(168,61,27); }
H1.HeaderClassName
{
color: #A83D1B;
}
.AnyTagClassName
{
color: #A83D1B;
}
</style>
background-color css
<style>
a { background-color: #A83D1B; }
a { background-color: rgb(168,61,27); }
div.DivClassName
{
background-color: #A83D1B;
}
.BgClassName
{
background-color: #A83D1B;
}
</style>
border-color css
<style>
span { border-color: #A83D1B; }
span { border-color: rgb(168,61,27); }
td.TdClassName
{
border-color: #A83D1B;
}
.TagClassName
{
border-color: #A83D1B;
}
</style>