Shades of Rust #A03306
Tints of Rust #A03306
RGB
CMYK
RGB Variations
Color information
#A03306 (or 0xA03306) is known color: Rust. HEX triplet: A0, 33 and 06. RGB value is (160,51,6). Sum of RGB (Red+Green+Blue) = 160+51+6=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A03306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03306 is #5FCCF9. Grayscale: #4E4E4E. Windows color (decimal): -6278394 or 406432. OLE color: 406432.
HSL color Cylindrical-coordinate representation of color #A03306: hue angle of 17.53º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A03306 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 6 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.37 |
| HSL | 17.53º | 0.93% | 0.33% | - |
| HSV(B) | 17.53º | 0.96% | 0.63% | - |
| XYZ | 15.71 | 9.85 | 1.25 | - |
| YUV | 78.46 | 87.11 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 6 | 0 | 0.68 | 0.96 | 0.37 | 17.53 | 0.93 | 0.33 |
| Hex | A0 | 33 | 6 | 0 | 44 | 60 | 25 | 12 | 5D | 21 |
| Octal | 240 | 63 | 6 | 0 | 104 | 140 | 45 | 22 | 135 | 41 |
| Binary | 10100000 | 110011 | 110 | 0 | 1000100 | 1100000 | 100101 | 10010 | 1011101 | 100001 |
Color Harmonies of #A03306
Complementary color
Monochromatic Colors of #A03306
Black with #A03306
Text Example
Text Example
White with #A03306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03306; }
p { color: rgb(160,51,6); }
H1.HeaderClassName
{
color: #A03306;
}
.AnyTagClassName
{
color: #A03306;
}
</style>
background-color css
<style>
a { background-color: #A03306; }
a { background-color: rgb(160,51,6); }
div.DivClassName
{
background-color: #A03306;
}
.BgClassName
{
background-color: #A03306;
}
</style>
border-color css
<style>
span { border-color: #A03306; }
span { border-color: rgb(160,51,6); }
td.TdClassName
{
border-color: #A03306;
}
.TagClassName
{
border-color: #A03306;
}
</style>