Shades of Rust #A03313
Tints of Rust #A03313
RGB
CMYK
RGB Variations
Color information
#A03313 (or 0xA03313) is known color: Rust. HEX triplet: A0, 33 and 13. RGB value is (160,51,19). Sum of RGB (Red+Green+Blue) = 160+51+19=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A03313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03313 is #5FCCEC. Grayscale: #505050. Windows color (decimal): -6278381 or 1258400. OLE color: 1258400.
HSL color Cylindrical-coordinate representation of color #A03313: hue angle of 13.62º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A03313 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 19 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.37 |
| HSL | 13.62º | 0.79% | 0.35% | - |
| HSV(B) | 13.62º | 0.88% | 0.63% | - |
| XYZ | 15.8 | 9.89 | 1.69 | - |
| YUV | 79.94 | 93.61 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 19 | 0 | 0.68 | 0.88 | 0.37 | 13.62 | 0.79 | 0.35 |
| Hex | A0 | 33 | 13 | 0 | 44 | 58 | 25 | E | 4F | 23 |
| Octal | 240 | 63 | 23 | 0 | 104 | 130 | 45 | 16 | 117 | 43 |
| Binary | 10100000 | 110011 | 10011 | 0 | 1000100 | 1011000 | 100101 | 1110 | 1001111 | 100011 |
Color Harmonies of #A03313
Complementary color
Monochromatic Colors of #A03313
Black with #A03313
Text Example
Text Example
White with #A03313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03313; }
p { color: rgb(160,51,19); }
H1.HeaderClassName
{
color: #A03313;
}
.AnyTagClassName
{
color: #A03313;
}
</style>
background-color css
<style>
a { background-color: #A03313; }
a { background-color: rgb(160,51,19); }
div.DivClassName
{
background-color: #A03313;
}
.BgClassName
{
background-color: #A03313;
}
</style>
border-color css
<style>
span { border-color: #A03313; }
span { border-color: rgb(160,51,19); }
td.TdClassName
{
border-color: #A03313;
}
.TagClassName
{
border-color: #A03313;
}
</style>