Shades of Rust #A54101
Tints of Rust #A54101
RGB
CMYK
RGB Variations
Color information
#A54101 (or 0xA54101) is known color: Rust. HEX triplet: A5, 41 and 01. RGB value is (165,65,1). Sum of RGB (Red+Green+Blue) = 165+65+1=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A54101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54101 is #5ABEFE. Grayscale: #575757. Windows color (decimal): -5947135 or 82341. OLE color: 82341.
HSL color Cylindrical-coordinate representation of color #A54101: hue angle of 23.41º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A54101 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 65 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.35 |
| HSL | 23.41º | 0.99% | 0.33% | - |
| HSV(B) | 23.41º | 0.99% | 0.65% | - |
| XYZ | 17.41 | 11.78 | 1.39 | - |
| YUV | 87.6 | 79.13 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 1 | 0 | 0.61 | 0.99 | 0.35 | 23.41 | 0.99 | 0.33 |
| Hex | A5 | 41 | 1 | 0 | 3D | 63 | 23 | 17 | 63 | 21 |
| Octal | 245 | 101 | 1 | 0 | 75 | 143 | 43 | 27 | 143 | 41 |
| Binary | 10100101 | 1000001 | 1 | 0 | 111101 | 1100011 | 100011 | 10111 | 1100011 | 100001 |
Color Harmonies of #A54101
Complementary color
Monochromatic Colors of #A54101
Black with #A54101
Text Example
Text Example
White with #A54101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54101; }
p { color: rgb(165,65,1); }
H1.HeaderClassName
{
color: #A54101;
}
.AnyTagClassName
{
color: #A54101;
}
</style>
background-color css
<style>
a { background-color: #A54101; }
a { background-color: rgb(165,65,1); }
div.DivClassName
{
background-color: #A54101;
}
.BgClassName
{
background-color: #A54101;
}
</style>
border-color css
<style>
span { border-color: #A54101; }
span { border-color: rgb(165,65,1); }
td.TdClassName
{
border-color: #A54101;
}
.TagClassName
{
border-color: #A54101;
}
</style>