Shades of Rust #A83A1B
Tints of Rust #A83A1B
RGB
CMYK
RGB Variations
Color information
#A83A1B (or 0xA83A1B) is known color: Rust. HEX triplet: A8, 3A and 1B. RGB value is (168,58,27). Sum of RGB (Red+Green+Blue) = 168+58+27=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83A1B is #57C5E4. Grayscale: #575757. Windows color (decimal): -5752293 or 1784488. OLE color: 1784488.
HSL color Cylindrical-coordinate representation of color #A83A1B: hue angle of 13.19º 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 #A83A1B is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 58 | 27 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.34 |
| HSL | 13.19º | 0.72% | 0.38% | - |
| HSV(B) | 13.19º | 0.84% | 0.66% | - |
| XYZ | 17.86 | 11.43 | 2.3 | - |
| YUV | 87.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 27 | 0 | 0.65 | 0.84 | 0.34 | 13.19 | 0.72 | 0.38 |
| Hex | A8 | 3A | 1B | 0 | 41 | 54 | 22 | D | 48 | 26 |
| Octal | 250 | 72 | 33 | 0 | 101 | 124 | 42 | 15 | 110 | 46 |
| Binary | 10101000 | 111010 | 11011 | 0 | 1000001 | 1010100 | 100010 | 1101 | 1001000 | 100110 |
Color Harmonies of #A83A1B
Complementary color
Monochromatic Colors of #A83A1B
Black with #A83A1B
Text Example
Text Example
White with #A83A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83A1B; }
p { color: rgb(168,58,27); }
H1.HeaderClassName
{
color: #A83A1B;
}
.AnyTagClassName
{
color: #A83A1B;
}
</style>
background-color css
<style>
a { background-color: #A83A1B; }
a { background-color: rgb(168,58,27); }
div.DivClassName
{
background-color: #A83A1B;
}
.BgClassName
{
background-color: #A83A1B;
}
</style>
border-color css
<style>
span { border-color: #A83A1B; }
span { border-color: rgb(168,58,27); }
td.TdClassName
{
border-color: #A83A1B;
}
.TagClassName
{
border-color: #A83A1B;
}
</style>