Shades of Rust #A43F04
Tints of Rust #A43F04
RGB
CMYK
RGB Variations
Color information
#A43F04 (or 0xA43F04) is known color: Rust. HEX triplet: A4, 3F and 04. RGB value is (164,63,4). Sum of RGB (Red+Green+Blue) = 164+63+4=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43F04 is #5BC0FB. Grayscale: #565656. Windows color (decimal): -6013180 or 278436. OLE color: 278436.
HSL color Cylindrical-coordinate representation of color #A43F04: hue angle of 22.12º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A43F04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.36 |
| HSL | 22.13º | 0.95% | 0.33% | - |
| HSV(B) | 22.13º | 0.98% | 0.64% | - |
| XYZ | 17.11 | 11.46 | 1.42 | - |
| YUV | 86.47 | 81.46 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 4 | 0 | 0.62 | 0.98 | 0.36 | 22.13 | 0.95 | 0.33 |
| Hex | A4 | 3F | 4 | 0 | 3E | 62 | 24 | 16 | 5F | 21 |
| Octal | 244 | 77 | 4 | 0 | 76 | 142 | 44 | 26 | 137 | 41 |
| Binary | 10100100 | 111111 | 100 | 0 | 111110 | 1100010 | 100100 | 10110 | 1011111 | 100001 |
Color Harmonies of #A43F04
Complementary color
Monochromatic Colors of #A43F04
Black with #A43F04
Text Example
Text Example
White with #A43F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F04; }
p { color: rgb(164,63,4); }
H1.HeaderClassName
{
color: #A43F04;
}
.AnyTagClassName
{
color: #A43F04;
}
</style>
background-color css
<style>
a { background-color: #A43F04; }
a { background-color: rgb(164,63,4); }
div.DivClassName
{
background-color: #A43F04;
}
.BgClassName
{
background-color: #A43F04;
}
</style>
border-color css
<style>
span { border-color: #A43F04; }
span { border-color: rgb(164,63,4); }
td.TdClassName
{
border-color: #A43F04;
}
.TagClassName
{
border-color: #A43F04;
}
</style>