Shades of Rust #A52400
Tints of Rust #A52400
RGB
CMYK
RGB Variations
Color information
#A52400 (or 0xA52400) is known color: Rust. HEX triplet: A5, 24 and 00. RGB value is (165,36,0). Sum of RGB (Red+Green+Blue) = 165+36+0=201 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.09% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 165 - color contains mainly: red. Hex color #A52400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52400 is #5ADBFF. Grayscale: #464646. Windows color (decimal): -5954560 or 9381. OLE color: 9381.
HSL color Cylindrical-coordinate representation of color #A52400: hue angle of 13.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A52400 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 36 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.35 |
| HSL | 13.09º | 1% | 0.32% | - |
| HSV(B) | 13.09º | 1% | 0.65% | - |
| XYZ | 16.15 | 9.26 | 0.94 | - |
| YUV | 70.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 0 | 0 | 0.78 | 1 | 0.35 | 13.09 | 1 | 0.32 |
| Hex | A5 | 24 | 0 | 0 | 4E | 64 | 23 | D | 64 | 20 |
| Octal | 245 | 44 | 0 | 0 | 116 | 144 | 43 | 15 | 144 | 40 |
| Binary | 10100101 | 100100 | 0 | 0 | 1001110 | 1100100 | 100011 | 1101 | 1100100 | 100000 |
Color Harmonies of #A52400
Complementary color
Monochromatic Colors of #A52400
Black with #A52400
Text Example
Text Example
White with #A52400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52400; }
p { color: rgb(165,36,0); }
H1.HeaderClassName
{
color: #A52400;
}
.AnyTagClassName
{
color: #A52400;
}
</style>
background-color css
<style>
a { background-color: #A52400; }
a { background-color: rgb(165,36,0); }
div.DivClassName
{
background-color: #A52400;
}
.BgClassName
{
background-color: #A52400;
}
</style>
border-color css
<style>
span { border-color: #A52400; }
span { border-color: rgb(165,36,0); }
td.TdClassName
{
border-color: #A52400;
}
.TagClassName
{
border-color: #A52400;
}
</style>