Shades of Rust #A34301
Tints of Rust #A34301
RGB
CMYK
RGB Variations
Color information
#A34301 (or 0xA34301) is known color: Rust. HEX triplet: A3, 43 and 01. RGB value is (163,67,1). Sum of RGB (Red+Green+Blue) = 163+67+1=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A34301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34301 is #5CBCFE. Grayscale: #585858. Windows color (decimal): -6077695 or 82851. OLE color: 82851.
HSL color Cylindrical-coordinate representation of color #A34301: hue angle of 24.44º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A34301 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.36 |
| HSL | 24.44º | 0.99% | 0.32% | - |
| HSV(B) | 24.44º | 0.99% | 0.64% | - |
| XYZ | 17.12 | 11.8 | 1.4 | - |
| YUV | 88.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 1 | 0 | 0.59 | 0.99 | 0.36 | 24.44 | 0.99 | 0.32 |
| Hex | A3 | 43 | 1 | 0 | 3B | 63 | 24 | 18 | 63 | 20 |
| Octal | 243 | 103 | 1 | 0 | 73 | 143 | 44 | 30 | 143 | 40 |
| Binary | 10100011 | 1000011 | 1 | 0 | 111011 | 1100011 | 100100 | 11000 | 1100011 | 100000 |
Color Harmonies of #A34301
Complementary color
Monochromatic Colors of #A34301
Black with #A34301
Text Example
Text Example
White with #A34301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34301; }
p { color: rgb(163,67,1); }
H1.HeaderClassName
{
color: #A34301;
}
.AnyTagClassName
{
color: #A34301;
}
</style>
background-color css
<style>
a { background-color: #A34301; }
a { background-color: rgb(163,67,1); }
div.DivClassName
{
background-color: #A34301;
}
.BgClassName
{
background-color: #A34301;
}
</style>
border-color css
<style>
span { border-color: #A34301; }
span { border-color: rgb(163,67,1); }
td.TdClassName
{
border-color: #A34301;
}
.TagClassName
{
border-color: #A34301;
}
</style>