Shades of Rust #A54202
Tints of Rust #A54202
RGB
CMYK
RGB Variations
Color information
#A54202 (or 0xA54202) is known color: Rust. HEX triplet: A5, 42 and 02. RGB value is (165,66,2). Sum of RGB (Red+Green+Blue) = 165+66+2=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A54202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54202 is #5ABDFD. Grayscale: #585858. Windows color (decimal): -5946878 or 148133. OLE color: 148133.
HSL color Cylindrical-coordinate representation of color #A54202: hue angle of 23.56º 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 #A54202 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 66 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.35 |
| HSL | 23.56º | 0.98% | 0.33% | - |
| HSV(B) | 23.56º | 0.99% | 0.65% | - |
| XYZ | 17.48 | 11.9 | 1.43 | - |
| YUV | 88.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 2 | 0 | 0.60 | 0.99 | 0.35 | 23.56 | 0.98 | 0.33 |
| Hex | A5 | 42 | 2 | 0 | 3C | 63 | 23 | 18 | 62 | 21 |
| Octal | 245 | 102 | 2 | 0 | 74 | 143 | 43 | 30 | 142 | 41 |
| Binary | 10100101 | 1000010 | 10 | 0 | 111100 | 1100011 | 100011 | 11000 | 1100010 | 100001 |
Color Harmonies of #A54202
Complementary color
Monochromatic Colors of #A54202
Black with #A54202
Text Example
Text Example
White with #A54202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54202; }
p { color: rgb(165,66,2); }
H1.HeaderClassName
{
color: #A54202;
}
.AnyTagClassName
{
color: #A54202;
}
</style>
background-color css
<style>
a { background-color: #A54202; }
a { background-color: rgb(165,66,2); }
div.DivClassName
{
background-color: #A54202;
}
.BgClassName
{
background-color: #A54202;
}
</style>
border-color css
<style>
span { border-color: #A54202; }
span { border-color: rgb(165,66,2); }
td.TdClassName
{
border-color: #A54202;
}
.TagClassName
{
border-color: #A54202;
}
</style>