Shades of Rust #A33213
Tints of Rust #A33213
RGB
CMYK
RGB Variations
Color information
#A33213 (or 0xA33213) is known color: Rust. HEX triplet: A3, 32 and 13. RGB value is (163,50,19). Sum of RGB (Red+Green+Blue) = 163+50+19=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A33213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33213 is #5CCDEC. Grayscale: #505050. Windows color (decimal): -6082029 or 1258147. OLE color: 1258147.
HSL color Cylindrical-coordinate representation of color #A33213: hue angle of 12.92º 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 #A33213 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 19 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.36 |
| HSL | 12.92º | 0.79% | 0.36% | - |
| HSV(B) | 12.92º | 0.88% | 0.64% | - |
| XYZ | 16.36 | 10.11 | 1.71 | - |
| YUV | 80.25 | 93.44 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 19 | 0 | 0.69 | 0.88 | 0.36 | 12.92 | 0.79 | 0.36 |
| Hex | A3 | 32 | 13 | 0 | 45 | 58 | 24 | D | 4F | 24 |
| Octal | 243 | 62 | 23 | 0 | 105 | 130 | 44 | 15 | 117 | 44 |
| Binary | 10100011 | 110010 | 10011 | 0 | 1000101 | 1011000 | 100100 | 1101 | 1001111 | 100100 |
Color Harmonies of #A33213
Complementary color
Monochromatic Colors of #A33213
Black with #A33213
Text Example
Text Example
White with #A33213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33213; }
p { color: rgb(163,50,19); }
H1.HeaderClassName
{
color: #A33213;
}
.AnyTagClassName
{
color: #A33213;
}
</style>
background-color css
<style>
a { background-color: #A33213; }
a { background-color: rgb(163,50,19); }
div.DivClassName
{
background-color: #A33213;
}
.BgClassName
{
background-color: #A33213;
}
</style>
border-color css
<style>
span { border-color: #A33213; }
span { border-color: rgb(163,50,19); }
td.TdClassName
{
border-color: #A33213;
}
.TagClassName
{
border-color: #A33213;
}
</style>