Shades of Rust #A34403
Tints of Rust #A34403
RGB
CMYK
RGB Variations
Color information
#A34403 (or 0xA34403) is known color: Rust. HEX triplet: A3, 44 and 03. RGB value is (163,68,3). Sum of RGB (Red+Green+Blue) = 163+68+3=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A34403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34403 is #5CBBFC. Grayscale: #595959. Windows color (decimal): -6077437 or 214179. OLE color: 214179.
HSL color Cylindrical-coordinate representation of color #A34403: hue angle of 24.38º 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 #A34403 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.36 |
| HSL | 24.38º | 0.96% | 0.33% | - |
| HSV(B) | 24.38º | 0.98% | 0.64% | - |
| XYZ | 17.19 | 11.93 | 1.48 | - |
| YUV | 89 | 79.47 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 3 | 0 | 0.58 | 0.98 | 0.36 | 24.38 | 0.96 | 0.33 |
| Hex | A3 | 44 | 3 | 0 | 3A | 62 | 24 | 18 | 60 | 21 |
| Octal | 243 | 104 | 3 | 0 | 72 | 142 | 44 | 30 | 140 | 41 |
| Binary | 10100011 | 1000100 | 11 | 0 | 111010 | 1100010 | 100100 | 11000 | 1100000 | 100001 |
Color Harmonies of #A34403
Complementary color
Monochromatic Colors of #A34403
Black with #A34403
Text Example
Text Example
White with #A34403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34403; }
p { color: rgb(163,68,3); }
H1.HeaderClassName
{
color: #A34403;
}
.AnyTagClassName
{
color: #A34403;
}
</style>
background-color css
<style>
a { background-color: #A34403; }
a { background-color: rgb(163,68,3); }
div.DivClassName
{
background-color: #A34403;
}
.BgClassName
{
background-color: #A34403;
}
</style>
border-color css
<style>
span { border-color: #A34403; }
span { border-color: rgb(163,68,3); }
td.TdClassName
{
border-color: #A34403;
}
.TagClassName
{
border-color: #A34403;
}
</style>