Shades of Rust #A93D01
Tints of Rust #A93D01
RGB
CMYK
RGB Variations
Color information
#A93D01 (or 0xA93D01) is known color: Rust. HEX triplet: A9, 3D and 01. RGB value is (169,61,1). Sum of RGB (Red+Green+Blue) = 169+61+1=231 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.16% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93D01 is #56C2FE. Grayscale: #565656. Windows color (decimal): -5686015 or 81321. OLE color: 81321.
HSL color Cylindrical-coordinate representation of color #A93D01: hue angle of 21.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 #A93D01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 61 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.34 |
| HSL | 21.43º | 0.99% | 0.33% | - |
| HSV(B) | 21.43º | 0.99% | 0.66% | - |
| XYZ | 18.04 | 11.77 | 1.35 | - |
| YUV | 86.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 1 | 0 | 0.64 | 0.99 | 0.34 | 21.43 | 0.99 | 0.33 |
| Hex | A9 | 3D | 1 | 0 | 40 | 63 | 22 | 15 | 63 | 21 |
| Octal | 251 | 75 | 1 | 0 | 100 | 143 | 42 | 25 | 143 | 41 |
| Binary | 10101001 | 111101 | 1 | 0 | 1000000 | 1100011 | 100010 | 10101 | 1100011 | 100001 |
Color Harmonies of #A93D01
Complementary color
Monochromatic Colors of #A93D01
Black with #A93D01
Text Example
Text Example
White with #A93D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93D01; }
p { color: rgb(169,61,1); }
H1.HeaderClassName
{
color: #A93D01;
}
.AnyTagClassName
{
color: #A93D01;
}
</style>
background-color css
<style>
a { background-color: #A93D01; }
a { background-color: rgb(169,61,1); }
div.DivClassName
{
background-color: #A93D01;
}
.BgClassName
{
background-color: #A93D01;
}
</style>
border-color css
<style>
span { border-color: #A93D01; }
span { border-color: rgb(169,61,1); }
td.TdClassName
{
border-color: #A93D01;
}
.TagClassName
{
border-color: #A93D01;
}
</style>