Shades of Rust #A33011
Tints of Rust #A33011
RGB
CMYK
RGB Variations
Color information
#A33011 (or 0xA33011) is known color: Rust. HEX triplet: A3, 30 and 11. RGB value is (163,48,17). Sum of RGB (Red+Green+Blue) = 163+48+17=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A33011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33011 is #5CCFEE. Grayscale: #4F4F4F. Windows color (decimal): -6082543 or 1126563. OLE color: 1126563.
HSL color Cylindrical-coordinate representation of color #A33011: hue angle of 12.74º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A33011 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 17 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.36 |
| HSL | 12.74º | 0.81% | 0.35% | - |
| HSV(B) | 12.74º | 0.9% | 0.64% | - |
| XYZ | 16.26 | 9.94 | 1.59 | - |
| YUV | 78.85 | 93.1 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 17 | 0 | 0.71 | 0.90 | 0.36 | 12.74 | 0.81 | 0.35 |
| Hex | A3 | 30 | 11 | 0 | 47 | 5A | 24 | D | 51 | 23 |
| Octal | 243 | 60 | 21 | 0 | 107 | 132 | 44 | 15 | 121 | 43 |
| Binary | 10100011 | 110000 | 10001 | 0 | 1000111 | 1011010 | 100100 | 1101 | 1010001 | 100011 |
Color Harmonies of #A33011
Complementary color
Monochromatic Colors of #A33011
Black with #A33011
Text Example
Text Example
White with #A33011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33011; }
p { color: rgb(163,48,17); }
H1.HeaderClassName
{
color: #A33011;
}
.AnyTagClassName
{
color: #A33011;
}
</style>
background-color css
<style>
a { background-color: #A33011; }
a { background-color: rgb(163,48,17); }
div.DivClassName
{
background-color: #A33011;
}
.BgClassName
{
background-color: #A33011;
}
</style>
border-color css
<style>
span { border-color: #A33011; }
span { border-color: rgb(163,48,17); }
td.TdClassName
{
border-color: #A33011;
}
.TagClassName
{
border-color: #A33011;
}
</style>