Shades of Rust #A54502
Tints of Rust #A54502
RGB
CMYK
RGB Variations
Color information
#A54502 (or 0xA54502) is known color: Rust. HEX triplet: A5, 45 and 02. RGB value is (165,69,2). Sum of RGB (Red+Green+Blue) = 165+69+2=236 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.92% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 165 - color contains mainly: red. Hex color #A54502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54502 is #5ABAFD. Grayscale: #5A5A5A. Windows color (decimal): -5946110 or 148901. OLE color: 148901.
HSL color Cylindrical-coordinate representation of color #A54502: hue angle of 24.66º degrees, saturation: 0.98, 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 #A54502 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.35 |
| HSL | 24.66º | 0.98% | 0.33% | - |
| HSV(B) | 24.66º | 0.99% | 0.65% | - |
| XYZ | 17.66 | 12.26 | 1.49 | - |
| YUV | 90.07 | 78.3 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 2 | 0 | 0.58 | 0.99 | 0.35 | 24.66 | 0.98 | 0.33 |
| Hex | A5 | 45 | 2 | 0 | 3A | 63 | 23 | 19 | 62 | 21 |
| Octal | 245 | 105 | 2 | 0 | 72 | 143 | 43 | 31 | 142 | 41 |
| Binary | 10100101 | 1000101 | 10 | 0 | 111010 | 1100011 | 100011 | 11001 | 1100010 | 100001 |
Color Harmonies of #A54502
Complementary color
Monochromatic Colors of #A54502
Black with #A54502
Text Example
Text Example
White with #A54502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54502; }
p { color: rgb(165,69,2); }
H1.HeaderClassName
{
color: #A54502;
}
.AnyTagClassName
{
color: #A54502;
}
</style>
background-color css
<style>
a { background-color: #A54502; }
a { background-color: rgb(165,69,2); }
div.DivClassName
{
background-color: #A54502;
}
.BgClassName
{
background-color: #A54502;
}
</style>
border-color css
<style>
span { border-color: #A54502; }
span { border-color: rgb(165,69,2); }
td.TdClassName
{
border-color: #A54502;
}
.TagClassName
{
border-color: #A54502;
}
</style>