Shades of Rust #A43B15
Tints of Rust #A43B15
RGB
CMYK
RGB Variations
Color information
#A43B15 (or 0xA43B15) is known color: Rust. HEX triplet: A4, 3B and 15. RGB value is (164,59,21). Sum of RGB (Red+Green+Blue) = 164+59+21=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43B15 is #5BC4EA. Grayscale: #565656. Windows color (decimal): -6014187 or 1391524. OLE color: 1391524.
HSL color Cylindrical-coordinate representation of color #A43B15: hue angle of 15.94º 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 #A43B15 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 59 | 21 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.36 |
| HSL | 15.94º | 0.77% | 0.36% | - |
| HSV(B) | 15.94º | 0.87% | 0.64% | - |
| XYZ | 17.01 | 11.07 | 1.95 | - |
| YUV | 86.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 21 | 0 | 0.64 | 0.87 | 0.36 | 15.94 | 0.77 | 0.36 |
| Hex | A4 | 3B | 15 | 0 | 40 | 57 | 24 | 10 | 4D | 24 |
| Octal | 244 | 73 | 25 | 0 | 100 | 127 | 44 | 20 | 115 | 44 |
| Binary | 10100100 | 111011 | 10101 | 0 | 1000000 | 1010111 | 100100 | 10000 | 1001101 | 100100 |
Color Harmonies of #A43B15
Complementary color
Monochromatic Colors of #A43B15
Black with #A43B15
Text Example
Text Example
White with #A43B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43B15; }
p { color: rgb(164,59,21); }
H1.HeaderClassName
{
color: #A43B15;
}
.AnyTagClassName
{
color: #A43B15;
}
</style>
background-color css
<style>
a { background-color: #A43B15; }
a { background-color: rgb(164,59,21); }
div.DivClassName
{
background-color: #A43B15;
}
.BgClassName
{
background-color: #A43B15;
}
</style>
border-color css
<style>
span { border-color: #A43B15; }
span { border-color: rgb(164,59,21); }
td.TdClassName
{
border-color: #A43B15;
}
.TagClassName
{
border-color: #A43B15;
}
</style>