Shades of Rust #A33913
Tints of Rust #A33913
RGB
CMYK
RGB Variations
Color information
#A33913 (or 0xA33913) is known color: Rust. HEX triplet: A3, 39 and 13. RGB value is (163,57,19). Sum of RGB (Red+Green+Blue) = 163+57+19=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A33913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33913 is #5CC6EC. Grayscale: #545454. Windows color (decimal): -6080237 or 1259939. OLE color: 1259939.
HSL color Cylindrical-coordinate representation of color #A33913: hue angle of 15.83º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A33913 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 19 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.36 |
| HSL | 15.83º | 0.79% | 0.36% | - |
| HSV(B) | 15.83º | 0.88% | 0.64% | - |
| XYZ | 16.68 | 10.76 | 1.81 | - |
| YUV | 84.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 19 | 0 | 0.65 | 0.88 | 0.36 | 15.83 | 0.79 | 0.36 |
| Hex | A3 | 39 | 13 | 0 | 41 | 58 | 24 | 10 | 4F | 24 |
| Octal | 243 | 71 | 23 | 0 | 101 | 130 | 44 | 20 | 117 | 44 |
| Binary | 10100011 | 111001 | 10011 | 0 | 1000001 | 1011000 | 100100 | 10000 | 1001111 | 100100 |
Color Harmonies of #A33913
Complementary color
Monochromatic Colors of #A33913
Black with #A33913
Text Example
Text Example
White with #A33913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33913; }
p { color: rgb(163,57,19); }
H1.HeaderClassName
{
color: #A33913;
}
.AnyTagClassName
{
color: #A33913;
}
</style>
background-color css
<style>
a { background-color: #A33913; }
a { background-color: rgb(163,57,19); }
div.DivClassName
{
background-color: #A33913;
}
.BgClassName
{
background-color: #A33913;
}
</style>
border-color css
<style>
span { border-color: #A33913; }
span { border-color: rgb(163,57,19); }
td.TdClassName
{
border-color: #A33913;
}
.TagClassName
{
border-color: #A33913;
}
</style>