Shades of Rust #A03304
Tints of Rust #A03304
RGB
CMYK
RGB Variations
Color information
#A03304 (or 0xA03304) is known color: Rust. HEX triplet: A0, 33 and 04. RGB value is (160,51,4). Sum of RGB (Red+Green+Blue) = 160+51+4=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A03304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03304 is #5FCCFB. Grayscale: #4E4E4E. Windows color (decimal): -6278396 or 275360. OLE color: 275360.
HSL color Cylindrical-coordinate representation of color #A03304: hue angle of 18.08º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A03304 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.37 |
| HSL | 18.08º | 0.95% | 0.32% | - |
| HSV(B) | 18.08º | 0.98% | 0.63% | - |
| XYZ | 15.7 | 9.85 | 1.19 | - |
| YUV | 78.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 4 | 0 | 0.68 | 0.98 | 0.37 | 18.08 | 0.95 | 0.32 |
| Hex | A0 | 33 | 4 | 0 | 44 | 62 | 25 | 12 | 5F | 20 |
| Octal | 240 | 63 | 4 | 0 | 104 | 142 | 45 | 22 | 137 | 40 |
| Binary | 10100000 | 110011 | 100 | 0 | 1000100 | 1100010 | 100101 | 10010 | 1011111 | 100000 |
Color Harmonies of #A03304
Complementary color
Monochromatic Colors of #A03304
Black with #A03304
Text Example
Text Example
White with #A03304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03304; }
p { color: rgb(160,51,4); }
H1.HeaderClassName
{
color: #A03304;
}
.AnyTagClassName
{
color: #A03304;
}
</style>
background-color css
<style>
a { background-color: #A03304; }
a { background-color: rgb(160,51,4); }
div.DivClassName
{
background-color: #A03304;
}
.BgClassName
{
background-color: #A03304;
}
</style>
border-color css
<style>
span { border-color: #A03304; }
span { border-color: rgb(160,51,4); }
td.TdClassName
{
border-color: #A03304;
}
.TagClassName
{
border-color: #A03304;
}
</style>