Shades of Rust #A5410B
Tints of Rust #A5410B
RGB
CMYK
RGB Variations
Color information
#A5410B (or 0xA5410B) is known color: Rust. HEX triplet: A5, 41 and 0B. RGB value is (165,65,11). Sum of RGB (Red+Green+Blue) = 165+65+11=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A5410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5410B is #5ABEF4. Grayscale: #595959. Windows color (decimal): -5947125 or 737701. OLE color: 737701.
HSL color Cylindrical-coordinate representation of color #A5410B: hue angle of 21.04º 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 #A5410B is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 65 | 11 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.35 |
| HSL | 21.04º | 0.88% | 0.35% | - |
| HSV(B) | 21.04º | 0.93% | 0.65% | - |
| XYZ | 17.47 | 11.8 | 1.67 | - |
| YUV | 88.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 11 | 0 | 0.61 | 0.93 | 0.35 | 21.04 | 0.88 | 0.35 |
| Hex | A5 | 41 | B | 0 | 3D | 5D | 23 | 15 | 58 | 23 |
| Octal | 245 | 101 | 13 | 0 | 75 | 135 | 43 | 25 | 130 | 43 |
| Binary | 10100101 | 1000001 | 1011 | 0 | 111101 | 1011101 | 100011 | 10101 | 1011000 | 100011 |
Color Harmonies of #A5410B
Complementary color
Monochromatic Colors of #A5410B
Black with #A5410B
Text Example
Text Example
White with #A5410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5410B; }
p { color: rgb(165,65,11); }
H1.HeaderClassName
{
color: #A5410B;
}
.AnyTagClassName
{
color: #A5410B;
}
</style>
background-color css
<style>
a { background-color: #A5410B; }
a { background-color: rgb(165,65,11); }
div.DivClassName
{
background-color: #A5410B;
}
.BgClassName
{
background-color: #A5410B;
}
</style>
border-color css
<style>
span { border-color: #A5410B; }
span { border-color: rgb(165,65,11); }
td.TdClassName
{
border-color: #A5410B;
}
.TagClassName
{
border-color: #A5410B;
}
</style>