Shades of Rust #A5330B
Tints of Rust #A5330B
RGB
CMYK
RGB Variations
Color information
#A5330B (or 0xA5330B) is known color: Rust. HEX triplet: A5, 33 and 0B. RGB value is (165,51,11). Sum of RGB (Red+Green+Blue) = 165+51+11=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A5330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5330B is #5ACCF4. Grayscale: #505050. Windows color (decimal): -5950709 or 734117. OLE color: 734117.
HSL color Cylindrical-coordinate representation of color #A5330B: hue angle of 15.58º 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 #A5330B is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 51 | 11 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.35 |
| HSL | 15.58º | 0.88% | 0.35% | - |
| HSV(B) | 15.58º | 0.93% | 0.65% | - |
| XYZ | 16.76 | 10.39 | 1.44 | - |
| YUV | 80.53 | 88.77 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 51 | 11 | 0 | 0.69 | 0.93 | 0.35 | 15.58 | 0.88 | 0.35 |
| Hex | A5 | 33 | B | 0 | 45 | 5D | 23 | 10 | 58 | 23 |
| Octal | 245 | 63 | 13 | 0 | 105 | 135 | 43 | 20 | 130 | 43 |
| Binary | 10100101 | 110011 | 1011 | 0 | 1000101 | 1011101 | 100011 | 10000 | 1011000 | 100011 |
Color Harmonies of #A5330B
Complementary color
Monochromatic Colors of #A5330B
Black with #A5330B
Text Example
Text Example
White with #A5330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5330B; }
p { color: rgb(165,51,11); }
H1.HeaderClassName
{
color: #A5330B;
}
.AnyTagClassName
{
color: #A5330B;
}
</style>
background-color css
<style>
a { background-color: #A5330B; }
a { background-color: rgb(165,51,11); }
div.DivClassName
{
background-color: #A5330B;
}
.BgClassName
{
background-color: #A5330B;
}
</style>
border-color css
<style>
span { border-color: #A5330B; }
span { border-color: rgb(165,51,11); }
td.TdClassName
{
border-color: #A5330B;
}
.TagClassName
{
border-color: #A5330B;
}
</style>