Shades of Rust #A43403
Tints of Rust #A43403
RGB
CMYK
RGB Variations
Color information
#A43403 (or 0xA43403) is known color: Rust. HEX triplet: A4, 34 and 03. RGB value is (164,52,3). Sum of RGB (Red+Green+Blue) = 164+52+3=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A43403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43403 is #5BCBFC. Grayscale: #505050. Windows color (decimal): -6015997 or 210084. OLE color: 210084.
HSL color Cylindrical-coordinate representation of color #A43403: hue angle of 18.26º degrees, saturation: 0.96, 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 #A43403 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.36 |
| HSL | 18.26º | 0.96% | 0.33% | - |
| HSV(B) | 18.26º | 0.98% | 0.64% | - |
| XYZ | 16.55 | 10.36 | 1.21 | - |
| YUV | 79.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 3 | 0 | 0.68 | 0.98 | 0.36 | 18.26 | 0.96 | 0.33 |
| Hex | A4 | 34 | 3 | 0 | 44 | 62 | 24 | 12 | 60 | 21 |
| Octal | 244 | 64 | 3 | 0 | 104 | 142 | 44 | 22 | 140 | 41 |
| Binary | 10100100 | 110100 | 11 | 0 | 1000100 | 1100010 | 100100 | 10010 | 1100000 | 100001 |
Color Harmonies of #A43403
Complementary color
Monochromatic Colors of #A43403
Black with #A43403
Text Example
Text Example
White with #A43403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43403; }
p { color: rgb(164,52,3); }
H1.HeaderClassName
{
color: #A43403;
}
.AnyTagClassName
{
color: #A43403;
}
</style>
background-color css
<style>
a { background-color: #A43403; }
a { background-color: rgb(164,52,3); }
div.DivClassName
{
background-color: #A43403;
}
.BgClassName
{
background-color: #A43403;
}
</style>
border-color css
<style>
span { border-color: #A43403; }
span { border-color: rgb(164,52,3); }
td.TdClassName
{
border-color: #A43403;
}
.TagClassName
{
border-color: #A43403;
}
</style>