Shades of Rust #A5340B
Tints of Rust #A5340B
RGB
CMYK
RGB Variations
Color information
#A5340B (or 0xA5340B) is known color: Rust. HEX triplet: A5, 34 and 0B. RGB value is (165,52,11). Sum of RGB (Red+Green+Blue) = 165+52+11=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A5340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5340B is #5ACBF4. Grayscale: #515151. Windows color (decimal): -5950453 or 734373. OLE color: 734373.
HSL color Cylindrical-coordinate representation of color #A5340B: hue angle of 15.97º 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 #A5340B is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 52 | 11 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.35 |
| HSL | 15.97º | 0.88% | 0.35% | - |
| HSV(B) | 15.97º | 0.93% | 0.65% | - |
| XYZ | 16.81 | 10.48 | 1.45 | - |
| YUV | 81.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 52 | 11 | 0 | 0.68 | 0.93 | 0.35 | 15.97 | 0.88 | 0.35 |
| Hex | A5 | 34 | B | 0 | 44 | 5D | 23 | 10 | 58 | 23 |
| Octal | 245 | 64 | 13 | 0 | 104 | 135 | 43 | 20 | 130 | 43 |
| Binary | 10100101 | 110100 | 1011 | 0 | 1000100 | 1011101 | 100011 | 10000 | 1011000 | 100011 |
Color Harmonies of #A5340B
Complementary color
Monochromatic Colors of #A5340B
Black with #A5340B
Text Example
Text Example
White with #A5340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5340B; }
p { color: rgb(165,52,11); }
H1.HeaderClassName
{
color: #A5340B;
}
.AnyTagClassName
{
color: #A5340B;
}
</style>
background-color css
<style>
a { background-color: #A5340B; }
a { background-color: rgb(165,52,11); }
div.DivClassName
{
background-color: #A5340B;
}
.BgClassName
{
background-color: #A5340B;
}
</style>
border-color css
<style>
span { border-color: #A5340B; }
span { border-color: rgb(165,52,11); }
td.TdClassName
{
border-color: #A5340B;
}
.TagClassName
{
border-color: #A5340B;
}
</style>