Shades of Rust #A43803
Tints of Rust #A43803
RGB
CMYK
RGB Variations
Color information
#A43803 (or 0xA43803) is known color: Rust. HEX triplet: A4, 38 and 03. RGB value is (164,56,3). Sum of RGB (Red+Green+Blue) = 164+56+3=223 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.54% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 164 - color contains mainly: red. Hex color #A43803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43803 is #5BC7FC. Grayscale: #525252. Windows color (decimal): -6014973 or 211108. OLE color: 211108.
HSL color Cylindrical-coordinate representation of color #A43803: hue angle of 19.75º 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 #A43803 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 56 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.36 |
| HSL | 19.75º | 0.96% | 0.33% | - |
| HSV(B) | 19.75º | 0.98% | 0.64% | - |
| XYZ | 16.74 | 10.73 | 1.27 | - |
| YUV | 82.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 3 | 0 | 0.66 | 0.98 | 0.36 | 19.75 | 0.96 | 0.33 |
| Hex | A4 | 38 | 3 | 0 | 42 | 62 | 24 | 14 | 60 | 21 |
| Octal | 244 | 70 | 3 | 0 | 102 | 142 | 44 | 24 | 140 | 41 |
| Binary | 10100100 | 111000 | 11 | 0 | 1000010 | 1100010 | 100100 | 10100 | 1100000 | 100001 |
Color Harmonies of #A43803
Complementary color
Monochromatic Colors of #A43803
Black with #A43803
Text Example
Text Example
White with #A43803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43803; }
p { color: rgb(164,56,3); }
H1.HeaderClassName
{
color: #A43803;
}
.AnyTagClassName
{
color: #A43803;
}
</style>
background-color css
<style>
a { background-color: #A43803; }
a { background-color: rgb(164,56,3); }
div.DivClassName
{
background-color: #A43803;
}
.BgClassName
{
background-color: #A43803;
}
</style>
border-color css
<style>
span { border-color: #A43803; }
span { border-color: rgb(164,56,3); }
td.TdClassName
{
border-color: #A43803;
}
.TagClassName
{
border-color: #A43803;
}
</style>