Shades of Rust #A43F18
Tints of Rust #A43F18
RGB
CMYK
RGB Variations
Color information
#A43F18 (or 0xA43F18) is known color: Rust. HEX triplet: A4, 3F and 18. RGB value is (164,63,24). Sum of RGB (Red+Green+Blue) = 164+63+24=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43F18 is #5BC0E7. Grayscale: #595959. Windows color (decimal): -6013160 or 1589156. OLE color: 1589156.
HSL color Cylindrical-coordinate representation of color #A43F18: hue angle of 16.71º 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 #A43F18 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 24 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.36 |
| HSL | 16.71º | 0.74% | 0.37% | - |
| HSV(B) | 16.71º | 0.85% | 0.64% | - |
| XYZ | 17.25 | 11.51 | 2.18 | - |
| YUV | 88.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 24 | 0 | 0.62 | 0.85 | 0.36 | 16.71 | 0.74 | 0.37 |
| Hex | A4 | 3F | 18 | 0 | 3E | 55 | 24 | 11 | 4A | 25 |
| Octal | 244 | 77 | 30 | 0 | 76 | 125 | 44 | 21 | 112 | 45 |
| Binary | 10100100 | 111111 | 11000 | 0 | 111110 | 1010101 | 100100 | 10001 | 1001010 | 100101 |
Color Harmonies of #A43F18
Complementary color
Monochromatic Colors of #A43F18
Black with #A43F18
Text Example
Text Example
White with #A43F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F18; }
p { color: rgb(164,63,24); }
H1.HeaderClassName
{
color: #A43F18;
}
.AnyTagClassName
{
color: #A43F18;
}
</style>
background-color css
<style>
a { background-color: #A43F18; }
a { background-color: rgb(164,63,24); }
div.DivClassName
{
background-color: #A43F18;
}
.BgClassName
{
background-color: #A43F18;
}
</style>
border-color css
<style>
span { border-color: #A43F18; }
span { border-color: rgb(164,63,24); }
td.TdClassName
{
border-color: #A43F18;
}
.TagClassName
{
border-color: #A43F18;
}
</style>