Shades of Rust #A33013
Tints of Rust #A33013
RGB
CMYK
RGB Variations
Color information
#A33013 (or 0xA33013) is known color: Rust. HEX triplet: A3, 30 and 13. RGB value is (163,48,19). Sum of RGB (Red+Green+Blue) = 163+48+19=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A33013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33013 is #5CCFEC. Grayscale: #4F4F4F. Windows color (decimal): -6082541 or 1257635. OLE color: 1257635.
HSL color Cylindrical-coordinate representation of color #A33013: hue angle of 12.08º 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 #A33013 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 19 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.36 |
| HSL | 12.08º | 0.79% | 0.36% | - |
| HSV(B) | 12.08º | 0.88% | 0.64% | - |
| XYZ | 16.28 | 9.95 | 1.68 | - |
| YUV | 79.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 19 | 0 | 0.71 | 0.88 | 0.36 | 12.08 | 0.79 | 0.36 |
| Hex | A3 | 30 | 13 | 0 | 47 | 58 | 24 | C | 4F | 24 |
| Octal | 243 | 60 | 23 | 0 | 107 | 130 | 44 | 14 | 117 | 44 |
| Binary | 10100011 | 110000 | 10011 | 0 | 1000111 | 1011000 | 100100 | 1100 | 1001111 | 100100 |
Color Harmonies of #A33013
Complementary color
Monochromatic Colors of #A33013
Black with #A33013
Text Example
Text Example
White with #A33013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33013; }
p { color: rgb(163,48,19); }
H1.HeaderClassName
{
color: #A33013;
}
.AnyTagClassName
{
color: #A33013;
}
</style>
background-color css
<style>
a { background-color: #A33013; }
a { background-color: rgb(163,48,19); }
div.DivClassName
{
background-color: #A33013;
}
.BgClassName
{
background-color: #A33013;
}
</style>
border-color css
<style>
span { border-color: #A33013; }
span { border-color: rgb(163,48,19); }
td.TdClassName
{
border-color: #A33013;
}
.TagClassName
{
border-color: #A33013;
}
</style>