Shades of Rust #A03302
Tints of Rust #A03302
RGB
CMYK
RGB Variations
Color information
#A03302 (or 0xA03302) is known color: Rust. HEX triplet: A0, 33 and 02. RGB value is (160,51,2). Sum of RGB (Red+Green+Blue) = 160+51+2=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A03302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03302 is #5FCCFD. Grayscale: #4E4E4E. Windows color (decimal): -6278398 or 144288. OLE color: 144288.
HSL color Cylindrical-coordinate representation of color #A03302: hue angle of 18.61º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A03302 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.37 |
| HSL | 18.61º | 0.98% | 0.32% | - |
| HSV(B) | 18.61º | 0.99% | 0.63% | - |
| XYZ | 15.69 | 9.85 | 1.13 | - |
| YUV | 78.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 2 | 0 | 0.68 | 0.99 | 0.37 | 18.61 | 0.98 | 0.32 |
| Hex | A0 | 33 | 2 | 0 | 44 | 63 | 25 | 13 | 62 | 20 |
| Octal | 240 | 63 | 2 | 0 | 104 | 143 | 45 | 23 | 142 | 40 |
| Binary | 10100000 | 110011 | 10 | 0 | 1000100 | 1100011 | 100101 | 10011 | 1100010 | 100000 |
Color Harmonies of #A03302
Complementary color
Monochromatic Colors of #A03302
Black with #A03302
Text Example
Text Example
White with #A03302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03302; }
p { color: rgb(160,51,2); }
H1.HeaderClassName
{
color: #A03302;
}
.AnyTagClassName
{
color: #A03302;
}
</style>
background-color css
<style>
a { background-color: #A03302; }
a { background-color: rgb(160,51,2); }
div.DivClassName
{
background-color: #A03302;
}
.BgClassName
{
background-color: #A03302;
}
</style>
border-color css
<style>
span { border-color: #A03302; }
span { border-color: rgb(160,51,2); }
td.TdClassName
{
border-color: #A03302;
}
.TagClassName
{
border-color: #A03302;
}
</style>