Shades of Rust #A54F02
Tints of Rust #A54F02
RGB
CMYK
RGB Variations
Color information
#A54F02 (or 0xA54F02) is known color: Rust. HEX triplet: A5, 4F and 02. RGB value is (165,79,2). Sum of RGB (Red+Green+Blue) = 165+79+2=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54F02 is #5AB0FD. Grayscale: #606060. Windows color (decimal): -5943550 or 151461. OLE color: 151461.
HSL color Cylindrical-coordinate representation of color #A54F02: hue angle of 28.34º 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 #A54F02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 79 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.35 |
| HSL | 28.34º | 0.98% | 0.33% | - |
| HSV(B) | 28.34º | 0.99% | 0.65% | - |
| XYZ | 18.32 | 13.6 | 1.72 | - |
| YUV | 95.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 2 | 0 | 0.52 | 0.99 | 0.35 | 28.34 | 0.98 | 0.33 |
| Hex | A5 | 4F | 2 | 0 | 34 | 63 | 23 | 1C | 62 | 21 |
| Octal | 245 | 117 | 2 | 0 | 64 | 143 | 43 | 34 | 142 | 41 |
| Binary | 10100101 | 1001111 | 10 | 0 | 110100 | 1100011 | 100011 | 11100 | 1100010 | 100001 |
Color Harmonies of #A54F02
Complementary color
Monochromatic Colors of #A54F02
Black with #A54F02
Text Example
Text Example
White with #A54F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54F02; }
p { color: rgb(165,79,2); }
H1.HeaderClassName
{
color: #A54F02;
}
.AnyTagClassName
{
color: #A54F02;
}
</style>
background-color css
<style>
a { background-color: #A54F02; }
a { background-color: rgb(165,79,2); }
div.DivClassName
{
background-color: #A54F02;
}
.BgClassName
{
background-color: #A54F02;
}
</style>
border-color css
<style>
span { border-color: #A54F02; }
span { border-color: rgb(165,79,2); }
td.TdClassName
{
border-color: #A54F02;
}
.TagClassName
{
border-color: #A54F02;
}
</style>