Shades of Rust #A34503
Tints of Rust #A34503
RGB
CMYK
RGB Variations
Color information
#A34503 (or 0xA34503) is known color: Rust. HEX triplet: A3, 45 and 03. RGB value is (163,69,3). Sum of RGB (Red+Green+Blue) = 163+69+3=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A34503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34503 is #5CBAFC. Grayscale: #595959. Windows color (decimal): -6077181 or 214435. OLE color: 214435.
HSL color Cylindrical-coordinate representation of color #A34503: hue angle of 24.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 #A34503 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 69 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.36 |
| HSL | 24.75º | 0.96% | 0.33% | - |
| HSV(B) | 24.75º | 0.98% | 0.64% | - |
| XYZ | 17.25 | 12.05 | 1.5 | - |
| YUV | 89.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 3 | 0 | 0.58 | 0.98 | 0.36 | 24.75 | 0.96 | 0.33 |
| Hex | A3 | 45 | 3 | 0 | 3A | 62 | 24 | 19 | 60 | 21 |
| Octal | 243 | 105 | 3 | 0 | 72 | 142 | 44 | 31 | 140 | 41 |
| Binary | 10100011 | 1000101 | 11 | 0 | 111010 | 1100010 | 100100 | 11001 | 1100000 | 100001 |
Color Harmonies of #A34503
Complementary color
Monochromatic Colors of #A34503
Black with #A34503
Text Example
Text Example
White with #A34503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34503; }
p { color: rgb(163,69,3); }
H1.HeaderClassName
{
color: #A34503;
}
.AnyTagClassName
{
color: #A34503;
}
</style>
background-color css
<style>
a { background-color: #A34503; }
a { background-color: rgb(163,69,3); }
div.DivClassName
{
background-color: #A34503;
}
.BgClassName
{
background-color: #A34503;
}
</style>
border-color css
<style>
span { border-color: #A34503; }
span { border-color: rgb(163,69,3); }
td.TdClassName
{
border-color: #A34503;
}
.TagClassName
{
border-color: #A34503;
}
</style>