Shades of Rust #A33A0D
Tints of Rust #A33A0D
RGB
CMYK
RGB Variations
Color information
#A33A0D (or 0xA33A0D) is known color: Rust. HEX triplet: A3, 3A and 0D. RGB value is (163,58,13). Sum of RGB (Red+Green+Blue) = 163+58+13=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33A0D is #5CC5F2. Grayscale: #545454. Windows color (decimal): -6079987 or 866979. OLE color: 866979.
HSL color Cylindrical-coordinate representation of color #A33A0D: hue angle of 18º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A33A0D is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 13 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.36 |
| HSL | 18º | 0.85% | 0.35% | - |
| HSV(B) | 18º | 0.92% | 0.64% | - |
| XYZ | 16.69 | 10.84 | 1.59 | - |
| YUV | 84.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 13 | 0 | 0.64 | 0.92 | 0.36 | 18 | 0.85 | 0.35 |
| Hex | A3 | 3A | D | 0 | 40 | 5C | 24 | 12 | 55 | 23 |
| Octal | 243 | 72 | 15 | 0 | 100 | 134 | 44 | 22 | 125 | 43 |
| Binary | 10100011 | 111010 | 1101 | 0 | 1000000 | 1011100 | 100100 | 10010 | 1010101 | 100011 |
Color Harmonies of #A33A0D
Complementary color
Monochromatic Colors of #A33A0D
Black with #A33A0D
Text Example
Text Example
White with #A33A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A0D; }
p { color: rgb(163,58,13); }
H1.HeaderClassName
{
color: #A33A0D;
}
.AnyTagClassName
{
color: #A33A0D;
}
</style>
background-color css
<style>
a { background-color: #A33A0D; }
a { background-color: rgb(163,58,13); }
div.DivClassName
{
background-color: #A33A0D;
}
.BgClassName
{
background-color: #A33A0D;
}
</style>
border-color css
<style>
span { border-color: #A33A0D; }
span { border-color: rgb(163,58,13); }
td.TdClassName
{
border-color: #A33A0D;
}
.TagClassName
{
border-color: #A33A0D;
}
</style>