Shades of Rust #A43918
Tints of Rust #A43918
RGB
CMYK
RGB Variations
Color information
#A43918 (or 0xA43918) is known color: Rust. HEX triplet: A4, 39 and 18. RGB value is (164,57,24). Sum of RGB (Red+Green+Blue) = 164+57+24=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A43918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43918 is #5BC6E7. Grayscale: #555555. Windows color (decimal): -6014696 or 1587620. OLE color: 1587620.
HSL color Cylindrical-coordinate representation of color #A43918: hue angle of 14.14º 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 #A43918 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 57 | 24 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.36 |
| HSL | 14.14º | 0.74% | 0.37% | - |
| HSV(B) | 14.14º | 0.85% | 0.64% | - |
| XYZ | 16.94 | 10.88 | 2.07 | - |
| YUV | 85.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 24 | 0 | 0.65 | 0.85 | 0.36 | 14.14 | 0.74 | 0.37 |
| Hex | A4 | 39 | 18 | 0 | 41 | 55 | 24 | E | 4A | 25 |
| Octal | 244 | 71 | 30 | 0 | 101 | 125 | 44 | 16 | 112 | 45 |
| Binary | 10100100 | 111001 | 11000 | 0 | 1000001 | 1010101 | 100100 | 1110 | 1001010 | 100101 |
Color Harmonies of #A43918
Complementary color
Monochromatic Colors of #A43918
Black with #A43918
Text Example
Text Example
White with #A43918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43918; }
p { color: rgb(164,57,24); }
H1.HeaderClassName
{
color: #A43918;
}
.AnyTagClassName
{
color: #A43918;
}
</style>
background-color css
<style>
a { background-color: #A43918; }
a { background-color: rgb(164,57,24); }
div.DivClassName
{
background-color: #A43918;
}
.BgClassName
{
background-color: #A43918;
}
</style>
border-color css
<style>
span { border-color: #A43918; }
span { border-color: rgb(164,57,24); }
td.TdClassName
{
border-color: #A43918;
}
.TagClassName
{
border-color: #A43918;
}
</style>