Shades of Rust #A34300
Tints of Rust #A34300
RGB
CMYK
RGB Variations
Color information
#A34300 (or 0xA34300) is known color: Rust. HEX triplet: A3, 43 and 00. RGB value is (163,67,0). Sum of RGB (Red+Green+Blue) = 163+67+0=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A34300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34300 is #5CBCFF. Grayscale: #585858. Windows color (decimal): -6077696 or 17315. OLE color: 17315.
HSL color Cylindrical-coordinate representation of color #A34300: hue angle of 24.66º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A34300 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.36 |
| HSL | 24.66º | 1% | 0.32% | - |
| HSV(B) | 24.66º | 1% | 0.64% | - |
| XYZ | 17.11 | 11.8 | 1.38 | - |
| YUV | 88.07 | 78.3 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 0 | 0 | 0.59 | 1 | 0.36 | 24.66 | 1 | 0.32 |
| Hex | A3 | 43 | 0 | 0 | 3B | 64 | 24 | 19 | 64 | 20 |
| Octal | 243 | 103 | 0 | 0 | 73 | 144 | 44 | 31 | 144 | 40 |
| Binary | 10100011 | 1000011 | 0 | 0 | 111011 | 1100100 | 100100 | 11001 | 1100100 | 100000 |
Color Harmonies of #A34300
Complementary color
Monochromatic Colors of #A34300
Black with #A34300
Text Example
Text Example
White with #A34300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34300; }
p { color: rgb(163,67,0); }
H1.HeaderClassName
{
color: #A34300;
}
.AnyTagClassName
{
color: #A34300;
}
</style>
background-color css
<style>
a { background-color: #A34300; }
a { background-color: rgb(163,67,0); }
div.DivClassName
{
background-color: #A34300;
}
.BgClassName
{
background-color: #A34300;
}
</style>
border-color css
<style>
span { border-color: #A34300; }
span { border-color: rgb(163,67,0); }
td.TdClassName
{
border-color: #A34300;
}
.TagClassName
{
border-color: #A34300;
}
</style>