Shades of Rust #A33D0A
Tints of Rust #A33D0A
RGB
CMYK
RGB Variations
Color information
#A33D0A (or 0xA33D0A) is known color: Rust. HEX triplet: A3, 3D and 0A. RGB value is (163,61,10). Sum of RGB (Red+Green+Blue) = 163+61+10=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D0A is #5CC2F5. Grayscale: #555555. Windows color (decimal): -6079222 or 671139. OLE color: 671139.
HSL color Cylindrical-coordinate representation of color #A33D0A: hue angle of 20º 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 #A33D0A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.36 |
| HSL | 20º | 0.88% | 0.34% | - |
| HSV(B) | 20º | 0.94% | 0.64% | - |
| XYZ | 16.83 | 11.15 | 1.55 | - |
| YUV | 85.68 | 85.29 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 10 | 0 | 0.63 | 0.94 | 0.36 | 20 | 0.88 | 0.34 |
| Hex | A3 | 3D | A | 0 | 3F | 5E | 24 | 14 | 58 | 22 |
| Octal | 243 | 75 | 12 | 0 | 77 | 136 | 44 | 24 | 130 | 42 |
| Binary | 10100011 | 111101 | 1010 | 0 | 111111 | 1011110 | 100100 | 10100 | 1011000 | 100010 |
Color Harmonies of #A33D0A
Complementary color
Monochromatic Colors of #A33D0A
Black with #A33D0A
Text Example
Text Example
White with #A33D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33D0A; }
p { color: rgb(163,61,10); }
H1.HeaderClassName
{
color: #A33D0A;
}
.AnyTagClassName
{
color: #A33D0A;
}
</style>
background-color css
<style>
a { background-color: #A33D0A; }
a { background-color: rgb(163,61,10); }
div.DivClassName
{
background-color: #A33D0A;
}
.BgClassName
{
background-color: #A33D0A;
}
</style>
border-color css
<style>
span { border-color: #A33D0A; }
span { border-color: rgb(163,61,10); }
td.TdClassName
{
border-color: #A33D0A;
}
.TagClassName
{
border-color: #A33D0A;
}
</style>