Shades of Rust #A33F0A
Tints of Rust #A33F0A
RGB
CMYK
RGB Variations
Color information
#A33F0A (or 0xA33F0A) is known color: Rust. HEX triplet: A3, 3F and 0A. RGB value is (163,63,10). Sum of RGB (Red+Green+Blue) = 163+63+10=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33F0A is #5CC0F5. Grayscale: #575757. Windows color (decimal): -6078710 or 671651. OLE color: 671651.
HSL color Cylindrical-coordinate representation of color #A33F0A: hue angle of 20.78º degrees, saturation: 0.88, 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 #A33F0A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 63 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.36 |
| HSL | 20.78º | 0.88% | 0.34% | - |
| HSV(B) | 20.78º | 0.94% | 0.64% | - |
| XYZ | 16.94 | 11.36 | 1.59 | - |
| YUV | 86.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 10 | 0 | 0.61 | 0.94 | 0.36 | 20.78 | 0.88 | 0.34 |
| Hex | A3 | 3F | A | 0 | 3D | 5E | 24 | 15 | 58 | 22 |
| Octal | 243 | 77 | 12 | 0 | 75 | 136 | 44 | 25 | 130 | 42 |
| Binary | 10100011 | 111111 | 1010 | 0 | 111101 | 1011110 | 100100 | 10101 | 1011000 | 100010 |
Color Harmonies of #A33F0A
Complementary color
Monochromatic Colors of #A33F0A
Black with #A33F0A
Text Example
Text Example
White with #A33F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33F0A; }
p { color: rgb(163,63,10); }
H1.HeaderClassName
{
color: #A33F0A;
}
.AnyTagClassName
{
color: #A33F0A;
}
</style>
background-color css
<style>
a { background-color: #A33F0A; }
a { background-color: rgb(163,63,10); }
div.DivClassName
{
background-color: #A33F0A;
}
.BgClassName
{
background-color: #A33F0A;
}
</style>
border-color css
<style>
span { border-color: #A33F0A; }
span { border-color: rgb(163,63,10); }
td.TdClassName
{
border-color: #A33F0A;
}
.TagClassName
{
border-color: #A33F0A;
}
</style>