Shades of Rust #A33D09
Tints of Rust #A33D09
RGB
CMYK
RGB Variations
Color information
#A33D09 (or 0xA33D09) is known color: Rust. HEX triplet: A3, 3D and 09. RGB value is (163,61,9). Sum of RGB (Red+Green+Blue) = 163+61+9=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D09 is #5CC2F6. Grayscale: #555555. Windows color (decimal): -6079223 or 605603. OLE color: 605603.
HSL color Cylindrical-coordinate representation of color #A33D09: hue angle of 20.26º 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 #A33D09 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 9 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.36 |
| HSL | 20.26º | 0.9% | 0.34% | - |
| HSV(B) | 20.26º | 0.94% | 0.64% | - |
| XYZ | 16.82 | 11.14 | 1.52 | - |
| YUV | 85.57 | 84.79 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 9 | 0 | 0.63 | 0.94 | 0.36 | 20.26 | 0.9 | 0.34 |
| Hex | A3 | 3D | 9 | 0 | 3F | 5E | 24 | 14 | 5A | 22 |
| Octal | 243 | 75 | 11 | 0 | 77 | 136 | 44 | 24 | 132 | 42 |
| Binary | 10100011 | 111101 | 1001 | 0 | 111111 | 1011110 | 100100 | 10100 | 1011010 | 100010 |
Color Harmonies of #A33D09
Complementary color
Monochromatic Colors of #A33D09
Black with #A33D09
Text Example
Text Example
White with #A33D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33D09; }
p { color: rgb(163,61,9); }
H1.HeaderClassName
{
color: #A33D09;
}
.AnyTagClassName
{
color: #A33D09;
}
</style>
background-color css
<style>
a { background-color: #A33D09; }
a { background-color: rgb(163,61,9); }
div.DivClassName
{
background-color: #A33D09;
}
.BgClassName
{
background-color: #A33D09;
}
</style>
border-color css
<style>
span { border-color: #A33D09; }
span { border-color: rgb(163,61,9); }
td.TdClassName
{
border-color: #A33D09;
}
.TagClassName
{
border-color: #A33D09;
}
</style>