Shades of Rust #A43A07
Tints of Rust #A43A07
RGB
CMYK
RGB Variations
Color information
#A43A07 (or 0xA43A07) is known color: Rust. HEX triplet: A4, 3A and 07. RGB value is (164,58,7). Sum of RGB (Red+Green+Blue) = 164+58+7=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43A07 is #5BC5F8. Grayscale: #545454. Windows color (decimal): -6014457 or 473764. OLE color: 473764.
HSL color Cylindrical-coordinate representation of color #A43A07: hue angle of 19.49º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A43A07 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.36 |
| HSL | 19.49º | 0.92% | 0.34% | - |
| HSV(B) | 19.49º | 0.96% | 0.64% | - |
| XYZ | 16.86 | 10.93 | 1.42 | - |
| YUV | 83.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 7 | 0 | 0.65 | 0.96 | 0.36 | 19.49 | 0.92 | 0.34 |
| Hex | A4 | 3A | 7 | 0 | 41 | 60 | 24 | 13 | 5C | 22 |
| Octal | 244 | 72 | 7 | 0 | 101 | 140 | 44 | 23 | 134 | 42 |
| Binary | 10100100 | 111010 | 111 | 0 | 1000001 | 1100000 | 100100 | 10011 | 1011100 | 100010 |
Color Harmonies of #A43A07
Complementary color
Monochromatic Colors of #A43A07
Black with #A43A07
Text Example
Text Example
White with #A43A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A07; }
p { color: rgb(164,58,7); }
H1.HeaderClassName
{
color: #A43A07;
}
.AnyTagClassName
{
color: #A43A07;
}
</style>
background-color css
<style>
a { background-color: #A43A07; }
a { background-color: rgb(164,58,7); }
div.DivClassName
{
background-color: #A43A07;
}
.BgClassName
{
background-color: #A43A07;
}
</style>
border-color css
<style>
span { border-color: #A43A07; }
span { border-color: rgb(164,58,7); }
td.TdClassName
{
border-color: #A43A07;
}
.TagClassName
{
border-color: #A43A07;
}
</style>