Shades of Rust #A33409
Tints of Rust #A33409
RGB
CMYK
RGB Variations
Color information
#A33409 (or 0xA33409) is known color: Rust. HEX triplet: A3, 34 and 09. RGB value is (163,52,9). Sum of RGB (Red+Green+Blue) = 163+52+9=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A33409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33409 is #5CCBF6. Grayscale: #505050. Windows color (decimal): -6081527 or 603299. OLE color: 603299.
HSL color Cylindrical-coordinate representation of color #A33409: hue angle of 16.75º 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 #A33409 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 9 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.36 |
| HSL | 16.75º | 0.9% | 0.34% | - |
| HSV(B) | 16.75º | 0.94% | 0.64% | - |
| XYZ | 16.38 | 10.26 | 1.38 | - |
| YUV | 80.29 | 87.77 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 9 | 0 | 0.68 | 0.94 | 0.36 | 16.75 | 0.9 | 0.34 |
| Hex | A3 | 34 | 9 | 0 | 44 | 5E | 24 | 11 | 5A | 22 |
| Octal | 243 | 64 | 11 | 0 | 104 | 136 | 44 | 21 | 132 | 42 |
| Binary | 10100011 | 110100 | 1001 | 0 | 1000100 | 1011110 | 100100 | 10001 | 1011010 | 100010 |
Color Harmonies of #A33409
Complementary color
Monochromatic Colors of #A33409
Black with #A33409
Text Example
Text Example
White with #A33409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33409; }
p { color: rgb(163,52,9); }
H1.HeaderClassName
{
color: #A33409;
}
.AnyTagClassName
{
color: #A33409;
}
</style>
background-color css
<style>
a { background-color: #A33409; }
a { background-color: rgb(163,52,9); }
div.DivClassName
{
background-color: #A33409;
}
.BgClassName
{
background-color: #A33409;
}
</style>
border-color css
<style>
span { border-color: #A33409; }
span { border-color: rgb(163,52,9); }
td.TdClassName
{
border-color: #A33409;
}
.TagClassName
{
border-color: #A33409;
}
</style>