Shades of Rust #A33C0D
Tints of Rust #A33C0D
RGB
CMYK
RGB Variations
Color information
#A33C0D (or 0xA33C0D) is known color: Rust. HEX triplet: A3, 3C and 0D. RGB value is (163,60,13). Sum of RGB (Red+Green+Blue) = 163+60+13=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33C0D is #5CC3F2. Grayscale: #555555. Windows color (decimal): -6079475 or 867491. OLE color: 867491.
HSL color Cylindrical-coordinate representation of color #A33C0D: hue angle of 18.8º 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 #A33C0D is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 13 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.36 |
| HSL | 18.8º | 0.85% | 0.35% | - |
| HSV(B) | 18.8º | 0.92% | 0.64% | - |
| XYZ | 16.79 | 11.05 | 1.63 | - |
| YUV | 85.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 13 | 0 | 0.63 | 0.92 | 0.36 | 18.8 | 0.85 | 0.35 |
| Hex | A3 | 3C | D | 0 | 3F | 5C | 24 | 13 | 55 | 23 |
| Octal | 243 | 74 | 15 | 0 | 77 | 134 | 44 | 23 | 125 | 43 |
| Binary | 10100011 | 111100 | 1101 | 0 | 111111 | 1011100 | 100100 | 10011 | 1010101 | 100011 |
Color Harmonies of #A33C0D
Complementary color
Monochromatic Colors of #A33C0D
Black with #A33C0D
Text Example
Text Example
White with #A33C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C0D; }
p { color: rgb(163,60,13); }
H1.HeaderClassName
{
color: #A33C0D;
}
.AnyTagClassName
{
color: #A33C0D;
}
</style>
background-color css
<style>
a { background-color: #A33C0D; }
a { background-color: rgb(163,60,13); }
div.DivClassName
{
background-color: #A33C0D;
}
.BgClassName
{
background-color: #A33C0D;
}
</style>
border-color css
<style>
span { border-color: #A33C0D; }
span { border-color: rgb(163,60,13); }
td.TdClassName
{
border-color: #A33C0D;
}
.TagClassName
{
border-color: #A33C0D;
}
</style>