Shades of Rust #A33F09
Tints of Rust #A33F09
RGB
CMYK
RGB Variations
Color information
#A33F09 (or 0xA33F09) is known color: Rust. HEX triplet: A3, 3F and 09. RGB value is (163,63,9). Sum of RGB (Red+Green+Blue) = 163+63+9=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33F09 is #5CC0F6. Grayscale: #575757. Windows color (decimal): -6078711 or 606115. OLE color: 606115.
HSL color Cylindrical-coordinate representation of color #A33F09: hue angle of 21.04º 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 #A33F09 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 63 | 9 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.36 |
| HSL | 21.04º | 0.9% | 0.34% | - |
| HSV(B) | 21.04º | 0.94% | 0.64% | - |
| XYZ | 16.93 | 11.36 | 1.56 | - |
| YUV | 86.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 9 | 0 | 0.61 | 0.94 | 0.36 | 21.04 | 0.9 | 0.34 |
| Hex | A3 | 3F | 9 | 0 | 3D | 5E | 24 | 15 | 5A | 22 |
| Octal | 243 | 77 | 11 | 0 | 75 | 136 | 44 | 25 | 132 | 42 |
| Binary | 10100011 | 111111 | 1001 | 0 | 111101 | 1011110 | 100100 | 10101 | 1011010 | 100010 |
Color Harmonies of #A33F09
Complementary color
Monochromatic Colors of #A33F09
Black with #A33F09
Text Example
Text Example
White with #A33F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33F09; }
p { color: rgb(163,63,9); }
H1.HeaderClassName
{
color: #A33F09;
}
.AnyTagClassName
{
color: #A33F09;
}
</style>
background-color css
<style>
a { background-color: #A33F09; }
a { background-color: rgb(163,63,9); }
div.DivClassName
{
background-color: #A33F09;
}
.BgClassName
{
background-color: #A33F09;
}
</style>
border-color css
<style>
span { border-color: #A33F09; }
span { border-color: rgb(163,63,9); }
td.TdClassName
{
border-color: #A33F09;
}
.TagClassName
{
border-color: #A33F09;
}
</style>