Shades of Rust #A43804
Tints of Rust #A43804
RGB
CMYK
RGB Variations
Color information
#A43804 (or 0xA43804) is known color: Rust. HEX triplet: A4, 38 and 04. RGB value is (164,56,4). Sum of RGB (Red+Green+Blue) = 164+56+4=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A43804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43804 is #5BC7FB. Grayscale: #525252. Windows color (decimal): -6014972 or 276644. OLE color: 276644.
HSL color Cylindrical-coordinate representation of color #A43804: hue angle of 19.5º 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 #A43804 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 56 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.36 |
| HSL | 19.5º | 0.95% | 0.33% | - |
| HSV(B) | 19.5º | 0.98% | 0.64% | - |
| XYZ | 16.75 | 10.73 | 1.3 | - |
| YUV | 82.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 4 | 0 | 0.66 | 0.98 | 0.36 | 19.5 | 0.95 | 0.33 |
| Hex | A4 | 38 | 4 | 0 | 42 | 62 | 24 | 14 | 5F | 21 |
| Octal | 244 | 70 | 4 | 0 | 102 | 142 | 44 | 24 | 137 | 41 |
| Binary | 10100100 | 111000 | 100 | 0 | 1000010 | 1100010 | 100100 | 10100 | 1011111 | 100001 |
Color Harmonies of #A43804
Complementary color
Monochromatic Colors of #A43804
Black with #A43804
Text Example
Text Example
White with #A43804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43804; }
p { color: rgb(164,56,4); }
H1.HeaderClassName
{
color: #A43804;
}
.AnyTagClassName
{
color: #A43804;
}
</style>
background-color css
<style>
a { background-color: #A43804; }
a { background-color: rgb(164,56,4); }
div.DivClassName
{
background-color: #A43804;
}
.BgClassName
{
background-color: #A43804;
}
</style>
border-color css
<style>
span { border-color: #A43804; }
span { border-color: rgb(164,56,4); }
td.TdClassName
{
border-color: #A43804;
}
.TagClassName
{
border-color: #A43804;
}
</style>