Shades of Rust #A93C1B
Tints of Rust #A93C1B
RGB
CMYK
RGB Variations
Color information
#A93C1B (or 0xA93C1B) is known color: Rust. HEX triplet: A9, 3C and 1B. RGB value is (169,60,27). Sum of RGB (Red+Green+Blue) = 169+60+27=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93C1B is #56C3E4. Grayscale: #595959. Windows color (decimal): -5686245 or 1785001. OLE color: 1785001.
HSL color Cylindrical-coordinate representation of color #A93C1B: hue angle of 13.94º 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 #A93C1B is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 60 | 27 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.34 |
| HSL | 13.94º | 0.72% | 0.38% | - |
| HSV(B) | 13.94º | 0.84% | 0.66% | - |
| XYZ | 18.18 | 11.75 | 2.35 | - |
| YUV | 88.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 27 | 0 | 0.64 | 0.84 | 0.34 | 13.94 | 0.72 | 0.38 |
| Hex | A9 | 3C | 1B | 0 | 40 | 54 | 22 | E | 48 | 26 |
| Octal | 251 | 74 | 33 | 0 | 100 | 124 | 42 | 16 | 110 | 46 |
| Binary | 10101001 | 111100 | 11011 | 0 | 1000000 | 1010100 | 100010 | 1110 | 1001000 | 100110 |
Color Harmonies of #A93C1B
Complementary color
Monochromatic Colors of #A93C1B
Black with #A93C1B
Text Example
Text Example
White with #A93C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93C1B; }
p { color: rgb(169,60,27); }
H1.HeaderClassName
{
color: #A93C1B;
}
.AnyTagClassName
{
color: #A93C1B;
}
</style>
background-color css
<style>
a { background-color: #A93C1B; }
a { background-color: rgb(169,60,27); }
div.DivClassName
{
background-color: #A93C1B;
}
.BgClassName
{
background-color: #A93C1B;
}
</style>
border-color css
<style>
span { border-color: #A93C1B; }
span { border-color: rgb(169,60,27); }
td.TdClassName
{
border-color: #A93C1B;
}
.TagClassName
{
border-color: #A93C1B;
}
</style>