Shades of Rust #A34401
Tints of Rust #A34401
RGB
CMYK
RGB Variations
Color information
#A34401 (or 0xA34401) is known color: Rust. HEX triplet: A3, 44 and 01. RGB value is (163,68,1). Sum of RGB (Red+Green+Blue) = 163+68+1=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A34401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34401 is #5CBBFE. Grayscale: #595959. Windows color (decimal): -6077439 or 83107. OLE color: 83107.
HSL color Cylindrical-coordinate representation of color #A34401: hue angle of 24.81º 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 #A34401 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.36 |
| HSL | 24.81º | 0.99% | 0.32% | - |
| HSV(B) | 24.81º | 0.99% | 0.64% | - |
| XYZ | 17.18 | 11.92 | 1.42 | - |
| YUV | 88.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 1 | 0 | 0.58 | 0.99 | 0.36 | 24.81 | 0.99 | 0.32 |
| Hex | A3 | 44 | 1 | 0 | 3A | 63 | 24 | 19 | 63 | 20 |
| Octal | 243 | 104 | 1 | 0 | 72 | 143 | 44 | 31 | 143 | 40 |
| Binary | 10100011 | 1000100 | 1 | 0 | 111010 | 1100011 | 100100 | 11001 | 1100011 | 100000 |
Color Harmonies of #A34401
Complementary color
Monochromatic Colors of #A34401
Black with #A34401
Text Example
Text Example
White with #A34401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34401; }
p { color: rgb(163,68,1); }
H1.HeaderClassName
{
color: #A34401;
}
.AnyTagClassName
{
color: #A34401;
}
</style>
background-color css
<style>
a { background-color: #A34401; }
a { background-color: rgb(163,68,1); }
div.DivClassName
{
background-color: #A34401;
}
.BgClassName
{
background-color: #A34401;
}
</style>
border-color css
<style>
span { border-color: #A34401; }
span { border-color: rgb(163,68,1); }
td.TdClassName
{
border-color: #A34401;
}
.TagClassName
{
border-color: #A34401;
}
</style>