Shades of Rust #A5400B
Tints of Rust #A5400B
RGB
CMYK
RGB Variations
Color information
#A5400B (or 0xA5400B) is known color: Rust. HEX triplet: A5, 40 and 0B. RGB value is (165,64,11). Sum of RGB (Red+Green+Blue) = 165+64+11=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A5400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5400B is #5ABFF4. Grayscale: #585858. Windows color (decimal): -5947381 or 737445. OLE color: 737445.
HSL color Cylindrical-coordinate representation of color #A5400B: hue angle of 20.65º 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 #A5400B is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 64 | 11 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.35 |
| HSL | 20.65º | 0.88% | 0.35% | - |
| HSV(B) | 20.65º | 0.93% | 0.65% | - |
| XYZ | 17.41 | 11.69 | 1.66 | - |
| YUV | 88.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 11 | 0 | 0.61 | 0.93 | 0.35 | 20.65 | 0.88 | 0.35 |
| Hex | A5 | 40 | B | 0 | 3D | 5D | 23 | 15 | 58 | 23 |
| Octal | 245 | 100 | 13 | 0 | 75 | 135 | 43 | 25 | 130 | 43 |
| Binary | 10100101 | 1000000 | 1011 | 0 | 111101 | 1011101 | 100011 | 10101 | 1011000 | 100011 |
Color Harmonies of #A5400B
Complementary color
Monochromatic Colors of #A5400B
Black with #A5400B
Text Example
Text Example
White with #A5400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5400B; }
p { color: rgb(165,64,11); }
H1.HeaderClassName
{
color: #A5400B;
}
.AnyTagClassName
{
color: #A5400B;
}
</style>
background-color css
<style>
a { background-color: #A5400B; }
a { background-color: rgb(165,64,11); }
div.DivClassName
{
background-color: #A5400B;
}
.BgClassName
{
background-color: #A5400B;
}
</style>
border-color css
<style>
span { border-color: #A5400B; }
span { border-color: rgb(165,64,11); }
td.TdClassName
{
border-color: #A5400B;
}
.TagClassName
{
border-color: #A5400B;
}
</style>