Shades of Rust #A43D14
Tints of Rust #A43D14
RGB
CMYK
RGB Variations
Color information
#A43D14 (or 0xA43D14) is known color: Rust. HEX triplet: A4, 3D and 14. RGB value is (164,61,20). Sum of RGB (Red+Green+Blue) = 164+61+20=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43D14 is #5BC2EB. Grayscale: #575757. Windows color (decimal): -6013676 or 1326500. OLE color: 1326500.
HSL color Cylindrical-coordinate representation of color #A43D14: hue angle of 17.08º degrees, saturation: 0.78, 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 #A43D14 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 20 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.36 |
| HSL | 17.08º | 0.78% | 0.36% | - |
| HSV(B) | 17.08º | 0.88% | 0.64% | - |
| XYZ | 17.1 | 11.28 | 1.94 | - |
| YUV | 87.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 20 | 0 | 0.63 | 0.88 | 0.36 | 17.08 | 0.78 | 0.36 |
| Hex | A4 | 3D | 14 | 0 | 3F | 58 | 24 | 11 | 4E | 24 |
| Octal | 244 | 75 | 24 | 0 | 77 | 130 | 44 | 21 | 116 | 44 |
| Binary | 10100100 | 111101 | 10100 | 0 | 111111 | 1011000 | 100100 | 10001 | 1001110 | 100100 |
Color Harmonies of #A43D14
Complementary color
Monochromatic Colors of #A43D14
Black with #A43D14
Text Example
Text Example
White with #A43D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D14; }
p { color: rgb(164,61,20); }
H1.HeaderClassName
{
color: #A43D14;
}
.AnyTagClassName
{
color: #A43D14;
}
</style>
background-color css
<style>
a { background-color: #A43D14; }
a { background-color: rgb(164,61,20); }
div.DivClassName
{
background-color: #A43D14;
}
.BgClassName
{
background-color: #A43D14;
}
</style>
border-color css
<style>
span { border-color: #A43D14; }
span { border-color: rgb(164,61,20); }
td.TdClassName
{
border-color: #A43D14;
}
.TagClassName
{
border-color: #A43D14;
}
</style>