Shades of Rust #A33909
Tints of Rust #A33909
RGB
CMYK
RGB Variations
Color information
#A33909 (or 0xA33909) is known color: Rust. HEX triplet: A3, 39 and 09. RGB value is (163,57,9). Sum of RGB (Red+Green+Blue) = 163+57+9=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A33909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33909 is #5CC6F6. Grayscale: #535353. Windows color (decimal): -6080247 or 604579. OLE color: 604579.
HSL color Cylindrical-coordinate representation of color #A33909: hue angle of 18.7º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A33909 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 9 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.36 |
| HSL | 18.7º | 0.9% | 0.34% | - |
| HSV(B) | 18.7º | 0.94% | 0.64% | - |
| XYZ | 16.62 | 10.73 | 1.45 | - |
| YUV | 83.22 | 86.12 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 9 | 0 | 0.65 | 0.94 | 0.36 | 18.7 | 0.9 | 0.34 |
| Hex | A3 | 39 | 9 | 0 | 41 | 5E | 24 | 13 | 5A | 22 |
| Octal | 243 | 71 | 11 | 0 | 101 | 136 | 44 | 23 | 132 | 42 |
| Binary | 10100011 | 111001 | 1001 | 0 | 1000001 | 1011110 | 100100 | 10011 | 1011010 | 100010 |
Color Harmonies of #A33909
Complementary color
Monochromatic Colors of #A33909
Black with #A33909
Text Example
Text Example
White with #A33909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33909; }
p { color: rgb(163,57,9); }
H1.HeaderClassName
{
color: #A33909;
}
.AnyTagClassName
{
color: #A33909;
}
</style>
background-color css
<style>
a { background-color: #A33909; }
a { background-color: rgb(163,57,9); }
div.DivClassName
{
background-color: #A33909;
}
.BgClassName
{
background-color: #A33909;
}
</style>
border-color css
<style>
span { border-color: #A33909; }
span { border-color: rgb(163,57,9); }
td.TdClassName
{
border-color: #A33909;
}
.TagClassName
{
border-color: #A33909;
}
</style>