Shades of Rust #A54302
Tints of Rust #A54302
RGB
CMYK
RGB Variations
Color information
#A54302 (or 0xA54302) is known color: Rust. HEX triplet: A5, 43 and 02. RGB value is (165,67,2). Sum of RGB (Red+Green+Blue) = 165+67+2=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A54302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54302 is #5ABCFD. Grayscale: #595959. Windows color (decimal): -5946622 or 148389. OLE color: 148389.
HSL color Cylindrical-coordinate representation of color #A54302: hue angle of 23.93º 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 #A54302 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.35 |
| HSL | 23.93º | 0.98% | 0.33% | - |
| HSV(B) | 23.93º | 0.99% | 0.65% | - |
| XYZ | 17.54 | 12.02 | 1.45 | - |
| YUV | 88.89 | 78.97 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 2 | 0 | 0.59 | 0.99 | 0.35 | 23.93 | 0.98 | 0.33 |
| Hex | A5 | 43 | 2 | 0 | 3B | 63 | 23 | 18 | 62 | 21 |
| Octal | 245 | 103 | 2 | 0 | 73 | 143 | 43 | 30 | 142 | 41 |
| Binary | 10100101 | 1000011 | 10 | 0 | 111011 | 1100011 | 100011 | 11000 | 1100010 | 100001 |
Color Harmonies of #A54302
Complementary color
Monochromatic Colors of #A54302
Black with #A54302
Text Example
Text Example
White with #A54302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54302; }
p { color: rgb(165,67,2); }
H1.HeaderClassName
{
color: #A54302;
}
.AnyTagClassName
{
color: #A54302;
}
</style>
background-color css
<style>
a { background-color: #A54302; }
a { background-color: rgb(165,67,2); }
div.DivClassName
{
background-color: #A54302;
}
.BgClassName
{
background-color: #A54302;
}
</style>
border-color css
<style>
span { border-color: #A54302; }
span { border-color: rgb(165,67,2); }
td.TdClassName
{
border-color: #A54302;
}
.TagClassName
{
border-color: #A54302;
}
</style>