Shades of Rust #A33B09
Tints of Rust #A33B09
RGB
CMYK
RGB Variations
Color information
#A33B09 (or 0xA33B09) is known color: Rust. HEX triplet: A3, 3B and 09. RGB value is (163,59,9). Sum of RGB (Red+Green+Blue) = 163+59+9=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33B09 is #5CC4F6. Grayscale: #545454. Windows color (decimal): -6079735 or 605091. OLE color: 605091.
HSL color Cylindrical-coordinate representation of color #A33B09: hue angle of 19.48º 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 #A33B09 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 9 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.36 |
| HSL | 19.48º | 0.9% | 0.34% | - |
| HSV(B) | 19.48º | 0.94% | 0.64% | - |
| XYZ | 16.72 | 10.93 | 1.49 | - |
| YUV | 84.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 9 | 0 | 0.64 | 0.94 | 0.36 | 19.48 | 0.9 | 0.34 |
| Hex | A3 | 3B | 9 | 0 | 40 | 5E | 24 | 13 | 5A | 22 |
| Octal | 243 | 73 | 11 | 0 | 100 | 136 | 44 | 23 | 132 | 42 |
| Binary | 10100011 | 111011 | 1001 | 0 | 1000000 | 1011110 | 100100 | 10011 | 1011010 | 100010 |
Color Harmonies of #A33B09
Complementary color
Monochromatic Colors of #A33B09
Black with #A33B09
Text Example
Text Example
White with #A33B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B09; }
p { color: rgb(163,59,9); }
H1.HeaderClassName
{
color: #A33B09;
}
.AnyTagClassName
{
color: #A33B09;
}
</style>
background-color css
<style>
a { background-color: #A33B09; }
a { background-color: rgb(163,59,9); }
div.DivClassName
{
background-color: #A33B09;
}
.BgClassName
{
background-color: #A33B09;
}
</style>
border-color css
<style>
span { border-color: #A33B09; }
span { border-color: rgb(163,59,9); }
td.TdClassName
{
border-color: #A33B09;
}
.TagClassName
{
border-color: #A33B09;
}
</style>