Shades of Rust #A43213
Tints of Rust #A43213
RGB
CMYK
RGB Variations
Color information
#A43213 (or 0xA43213) is known color: Rust. HEX triplet: A4, 32 and 13. RGB value is (164,50,19). Sum of RGB (Red+Green+Blue) = 164+50+19=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A43213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43213 is #5BCDEC. Grayscale: #505050. Windows color (decimal): -6016493 or 1258148. OLE color: 1258148.
HSL color Cylindrical-coordinate representation of color #A43213: hue angle of 12.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 #A43213 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 19 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.36 |
| HSL | 12.83º | 0.79% | 0.36% | - |
| HSV(B) | 12.83º | 0.88% | 0.64% | - |
| XYZ | 16.57 | 10.22 | 1.72 | - |
| YUV | 80.55 | 93.27 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 19 | 0 | 0.70 | 0.88 | 0.36 | 12.83 | 0.79 | 0.36 |
| Hex | A4 | 32 | 13 | 0 | 46 | 58 | 24 | D | 4F | 24 |
| Octal | 244 | 62 | 23 | 0 | 106 | 130 | 44 | 15 | 117 | 44 |
| Binary | 10100100 | 110010 | 10011 | 0 | 1000110 | 1011000 | 100100 | 1101 | 1001111 | 100100 |
Color Harmonies of #A43213
Complementary color
Monochromatic Colors of #A43213
Black with #A43213
Text Example
Text Example
White with #A43213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43213; }
p { color: rgb(164,50,19); }
H1.HeaderClassName
{
color: #A43213;
}
.AnyTagClassName
{
color: #A43213;
}
</style>
background-color css
<style>
a { background-color: #A43213; }
a { background-color: rgb(164,50,19); }
div.DivClassName
{
background-color: #A43213;
}
.BgClassName
{
background-color: #A43213;
}
</style>
border-color css
<style>
span { border-color: #A43213; }
span { border-color: rgb(164,50,19); }
td.TdClassName
{
border-color: #A43213;
}
.TagClassName
{
border-color: #A43213;
}
</style>