Shades of Rust #A43600
Tints of Rust #A43600
RGB
CMYK
RGB Variations
Color information
#A43600 (or 0xA43600) is known color: Rust. HEX triplet: A4, 36 and 00. RGB value is (164,54,0). Sum of RGB (Red+Green+Blue) = 164+54+0=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A43600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43600 is #5BC9FF. Grayscale: #515151. Windows color (decimal): -6015488 or 13988. OLE color: 13988.
HSL color Cylindrical-coordinate representation of color #A43600: hue angle of 19.76º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A43600 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.36 |
| HSL | 19.76º | 1% | 0.32% | - |
| HSV(B) | 19.76º | 1% | 0.64% | - |
| XYZ | 16.63 | 10.53 | 1.16 | - |
| YUV | 80.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 0 | 0 | 0.67 | 1 | 0.36 | 19.76 | 1 | 0.32 |
| Hex | A4 | 36 | 0 | 0 | 43 | 64 | 24 | 14 | 64 | 20 |
| Octal | 244 | 66 | 0 | 0 | 103 | 144 | 44 | 24 | 144 | 40 |
| Binary | 10100100 | 110110 | 0 | 0 | 1000011 | 1100100 | 100100 | 10100 | 1100100 | 100000 |
Color Harmonies of #A43600
Complementary color
Monochromatic Colors of #A43600
Black with #A43600
Text Example
Text Example
White with #A43600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43600; }
p { color: rgb(164,54,0); }
H1.HeaderClassName
{
color: #A43600;
}
.AnyTagClassName
{
color: #A43600;
}
</style>
background-color css
<style>
a { background-color: #A43600; }
a { background-color: rgb(164,54,0); }
div.DivClassName
{
background-color: #A43600;
}
.BgClassName
{
background-color: #A43600;
}
</style>
border-color css
<style>
span { border-color: #A43600; }
span { border-color: rgb(164,54,0); }
td.TdClassName
{
border-color: #A43600;
}
.TagClassName
{
border-color: #A43600;
}
</style>