Shades of Rust #A43A18
Tints of Rust #A43A18
RGB
CMYK
RGB Variations
Color information
#A43A18 (or 0xA43A18) is known color: Rust. HEX triplet: A4, 3A and 18. RGB value is (164,58,24). Sum of RGB (Red+Green+Blue) = 164+58+24=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43A18 is #5BC5E7. Grayscale: #565656. Windows color (decimal): -6014440 or 1587876. OLE color: 1587876.
HSL color Cylindrical-coordinate representation of color #A43A18: hue angle of 14.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A43A18 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 24 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.36 |
| HSL | 14.57º | 0.74% | 0.37% | - |
| HSV(B) | 14.57º | 0.85% | 0.64% | - |
| XYZ | 16.99 | 10.98 | 2.09 | - |
| YUV | 85.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 24 | 0 | 0.65 | 0.85 | 0.36 | 14.57 | 0.74 | 0.37 |
| Hex | A4 | 3A | 18 | 0 | 41 | 55 | 24 | F | 4A | 25 |
| Octal | 244 | 72 | 30 | 0 | 101 | 125 | 44 | 17 | 112 | 45 |
| Binary | 10100100 | 111010 | 11000 | 0 | 1000001 | 1010101 | 100100 | 1111 | 1001010 | 100101 |
Color Harmonies of #A43A18
Complementary color
Monochromatic Colors of #A43A18
Black with #A43A18
Text Example
Text Example
White with #A43A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A18; }
p { color: rgb(164,58,24); }
H1.HeaderClassName
{
color: #A43A18;
}
.AnyTagClassName
{
color: #A43A18;
}
</style>
background-color css
<style>
a { background-color: #A43A18; }
a { background-color: rgb(164,58,24); }
div.DivClassName
{
background-color: #A43A18;
}
.BgClassName
{
background-color: #A43A18;
}
</style>
border-color css
<style>
span { border-color: #A43A18; }
span { border-color: rgb(164,58,24); }
td.TdClassName
{
border-color: #A43A18;
}
.TagClassName
{
border-color: #A43A18;
}
</style>