Shades of Rust #A84501
Tints of Rust #A84501
RGB
CMYK
RGB Variations
Color information
#A84501 (or 0xA84501) is known color: Rust. HEX triplet: A8, 45 and 01. RGB value is (168,69,1). Sum of RGB (Red+Green+Blue) = 168+69+1=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A84501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84501 is #57BAFE. Grayscale: #5B5B5B. Windows color (decimal): -5749503 or 83368. OLE color: 83368.
HSL color Cylindrical-coordinate representation of color #A84501: hue angle of 24.43º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A84501 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.34 |
| HSL | 24.43º | 0.99% | 0.33% | - |
| HSV(B) | 24.43º | 0.99% | 0.66% | - |
| XYZ | 18.28 | 12.58 | 1.49 | - |
| YUV | 90.85 | 77.3 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 1 | 0 | 0.59 | 0.99 | 0.34 | 24.43 | 0.99 | 0.33 |
| Hex | A8 | 45 | 1 | 0 | 3B | 63 | 22 | 18 | 63 | 21 |
| Octal | 250 | 105 | 1 | 0 | 73 | 143 | 42 | 30 | 143 | 41 |
| Binary | 10101000 | 1000101 | 1 | 0 | 111011 | 1100011 | 100010 | 11000 | 1100011 | 100001 |
Color Harmonies of #A84501
Complementary color
Monochromatic Colors of #A84501
Black with #A84501
Text Example
Text Example
White with #A84501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84501; }
p { color: rgb(168,69,1); }
H1.HeaderClassName
{
color: #A84501;
}
.AnyTagClassName
{
color: #A84501;
}
</style>
background-color css
<style>
a { background-color: #A84501; }
a { background-color: rgb(168,69,1); }
div.DivClassName
{
background-color: #A84501;
}
.BgClassName
{
background-color: #A84501;
}
</style>
border-color css
<style>
span { border-color: #A84501; }
span { border-color: rgb(168,69,1); }
td.TdClassName
{
border-color: #A84501;
}
.TagClassName
{
border-color: #A84501;
}
</style>