Shades of Rust #A83213
Tints of Rust #A83213
RGB
CMYK
RGB Variations
Color information
#A83213 (or 0xA83213) is known color: Rust. HEX triplet: A8, 32 and 13. RGB value is (168,50,19). Sum of RGB (Red+Green+Blue) = 168+50+19=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A83213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83213 is #57CDEC. Grayscale: #515151. Windows color (decimal): -5754349 or 1258152. OLE color: 1258152.
HSL color Cylindrical-coordinate representation of color #A83213: hue angle of 12.48º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A83213 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 19 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.34 |
| HSL | 12.48º | 0.8% | 0.37% | - |
| HSV(B) | 12.48º | 0.89% | 0.66% | - |
| XYZ | 17.41 | 10.65 | 1.75 | - |
| YUV | 81.75 | 92.59 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 19 | 0 | 0.70 | 0.89 | 0.34 | 12.48 | 0.8 | 0.37 |
| Hex | A8 | 32 | 13 | 0 | 46 | 59 | 22 | C | 50 | 25 |
| Octal | 250 | 62 | 23 | 0 | 106 | 131 | 42 | 14 | 120 | 45 |
| Binary | 10101000 | 110010 | 10011 | 0 | 1000110 | 1011001 | 100010 | 1100 | 1010000 | 100101 |
Color Harmonies of #A83213
Complementary color
Monochromatic Colors of #A83213
Black with #A83213
Text Example
Text Example
White with #A83213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83213; }
p { color: rgb(168,50,19); }
H1.HeaderClassName
{
color: #A83213;
}
.AnyTagClassName
{
color: #A83213;
}
</style>
background-color css
<style>
a { background-color: #A83213; }
a { background-color: rgb(168,50,19); }
div.DivClassName
{
background-color: #A83213;
}
.BgClassName
{
background-color: #A83213;
}
</style>
border-color css
<style>
span { border-color: #A83213; }
span { border-color: rgb(168,50,19); }
td.TdClassName
{
border-color: #A83213;
}
.TagClassName
{
border-color: #A83213;
}
</style>