Shades of Rust #A5390B
Tints of Rust #A5390B
RGB
CMYK
RGB Variations
Color information
#A5390B (or 0xA5390B) is known color: Rust. HEX triplet: A5, 39 and 0B. RGB value is (165,57,11). Sum of RGB (Red+Green+Blue) = 165+57+11=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A5390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5390B is #5AC6F4. Grayscale: #545454. Windows color (decimal): -5949173 or 735653. OLE color: 735653.
HSL color Cylindrical-coordinate representation of color #A5390B: hue angle of 17.92º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5390B is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 11 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.35 |
| HSL | 17.92º | 0.88% | 0.35% | - |
| HSV(B) | 17.92º | 0.93% | 0.65% | - |
| XYZ | 17.04 | 10.95 | 1.53 | - |
| YUV | 84.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 11 | 0 | 0.65 | 0.93 | 0.35 | 17.92 | 0.88 | 0.35 |
| Hex | A5 | 39 | B | 0 | 41 | 5D | 23 | 12 | 58 | 23 |
| Octal | 245 | 71 | 13 | 0 | 101 | 135 | 43 | 22 | 130 | 43 |
| Binary | 10100101 | 111001 | 1011 | 0 | 1000001 | 1011101 | 100011 | 10010 | 1011000 | 100011 |
Color Harmonies of #A5390B
Complementary color
Monochromatic Colors of #A5390B
Black with #A5390B
Text Example
Text Example
White with #A5390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5390B; }
p { color: rgb(165,57,11); }
H1.HeaderClassName
{
color: #A5390B;
}
.AnyTagClassName
{
color: #A5390B;
}
</style>
background-color css
<style>
a { background-color: #A5390B; }
a { background-color: rgb(165,57,11); }
div.DivClassName
{
background-color: #A5390B;
}
.BgClassName
{
background-color: #A5390B;
}
</style>
border-color css
<style>
span { border-color: #A5390B; }
span { border-color: rgb(165,57,11); }
td.TdClassName
{
border-color: #A5390B;
}
.TagClassName
{
border-color: #A5390B;
}
</style>