Shades of Rust #A43915
Tints of Rust #A43915
RGB
CMYK
RGB Variations
Color information
#A43915 (or 0xA43915) is known color: Rust. HEX triplet: A4, 39 and 15. RGB value is (164,57,21). Sum of RGB (Red+Green+Blue) = 164+57+21=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A43915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43915 is #5BC6EA. Grayscale: #555555. Windows color (decimal): -6014699 or 1391012. OLE color: 1391012.
HSL color Cylindrical-coordinate representation of color #A43915: hue angle of 15.1º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A43915 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 57 | 21 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.36 |
| HSL | 15.1º | 0.77% | 0.36% | - |
| HSV(B) | 15.1º | 0.87% | 0.64% | - |
| XYZ | 16.91 | 10.87 | 1.92 | - |
| YUV | 84.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 21 | 0 | 0.65 | 0.87 | 0.36 | 15.1 | 0.77 | 0.36 |
| Hex | A4 | 39 | 15 | 0 | 41 | 57 | 24 | F | 4D | 24 |
| Octal | 244 | 71 | 25 | 0 | 101 | 127 | 44 | 17 | 115 | 44 |
| Binary | 10100100 | 111001 | 10101 | 0 | 1000001 | 1010111 | 100100 | 1111 | 1001101 | 100100 |
Color Harmonies of #A43915
Complementary color
Monochromatic Colors of #A43915
Black with #A43915
Text Example
Text Example
White with #A43915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43915; }
p { color: rgb(164,57,21); }
H1.HeaderClassName
{
color: #A43915;
}
.AnyTagClassName
{
color: #A43915;
}
</style>
background-color css
<style>
a { background-color: #A43915; }
a { background-color: rgb(164,57,21); }
div.DivClassName
{
background-color: #A43915;
}
.BgClassName
{
background-color: #A43915;
}
</style>
border-color css
<style>
span { border-color: #A43915; }
span { border-color: rgb(164,57,21); }
td.TdClassName
{
border-color: #A43915;
}
.TagClassName
{
border-color: #A43915;
}
</style>