Shades of Rust #A54B02
Tints of Rust #A54B02
RGB
CMYK
RGB Variations
Color information
#A54B02 (or 0xA54B02) is known color: Rust. HEX triplet: A5, 4B and 02. RGB value is (165,75,2). Sum of RGB (Red+Green+Blue) = 165+75+2=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54B02 is #5AB4FD. Grayscale: #5D5D5D. Windows color (decimal): -5944574 or 150437. OLE color: 150437.
HSL color Cylindrical-coordinate representation of color #A54B02: hue angle of 26.87º 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 #A54B02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 75 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.35 |
| HSL | 26.87º | 0.98% | 0.33% | - |
| HSV(B) | 26.87º | 0.99% | 0.65% | - |
| XYZ | 18.04 | 13.04 | 1.62 | - |
| YUV | 93.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 2 | 0 | 0.55 | 0.99 | 0.35 | 26.87 | 0.98 | 0.33 |
| Hex | A5 | 4B | 2 | 0 | 37 | 63 | 23 | 1B | 62 | 21 |
| Octal | 245 | 113 | 2 | 0 | 67 | 143 | 43 | 33 | 142 | 41 |
| Binary | 10100101 | 1001011 | 10 | 0 | 110111 | 1100011 | 100011 | 11011 | 1100010 | 100001 |
Color Harmonies of #A54B02
Complementary color
Monochromatic Colors of #A54B02
Black with #A54B02
Text Example
Text Example
White with #A54B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54B02; }
p { color: rgb(165,75,2); }
H1.HeaderClassName
{
color: #A54B02;
}
.AnyTagClassName
{
color: #A54B02;
}
</style>
background-color css
<style>
a { background-color: #A54B02; }
a { background-color: rgb(165,75,2); }
div.DivClassName
{
background-color: #A54B02;
}
.BgClassName
{
background-color: #A54B02;
}
</style>
border-color css
<style>
span { border-color: #A54B02; }
span { border-color: rgb(165,75,2); }
td.TdClassName
{
border-color: #A54B02;
}
.TagClassName
{
border-color: #A54B02;
}
</style>