Shades of Rust #A32500
Tints of Rust #A32500
RGB
CMYK
RGB Variations
Color information
#A32500 (or 0xA32500) is known color: Rust. HEX triplet: A3, 25 and 00. RGB value is (163,37,0). Sum of RGB (Red+Green+Blue) = 163+37+0=200 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 163 - color contains mainly: red. Hex color #A32500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32500 is #5CDAFF. Grayscale: #464646. Windows color (decimal): -6085376 or 9635. OLE color: 9635.
HSL color Cylindrical-coordinate representation of color #A32500: hue angle of 13.62º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A32500 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.36 |
| HSL | 13.62º | 1% | 0.32% | - |
| HSV(B) | 13.62º | 1% | 0.64% | - |
| XYZ | 15.77 | 9.11 | 0.93 | - |
| YUV | 70.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 0 | 0 | 0.77 | 1 | 0.36 | 13.62 | 1 | 0.32 |
| Hex | A3 | 25 | 0 | 0 | 4D | 64 | 24 | E | 64 | 20 |
| Octal | 243 | 45 | 0 | 0 | 115 | 144 | 44 | 16 | 144 | 40 |
| Binary | 10100011 | 100101 | 0 | 0 | 1001101 | 1100100 | 100100 | 1110 | 1100100 | 100000 |
Color Harmonies of #A32500
Complementary color
Monochromatic Colors of #A32500
Black with #A32500
Text Example
Text Example
White with #A32500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32500; }
p { color: rgb(163,37,0); }
H1.HeaderClassName
{
color: #A32500;
}
.AnyTagClassName
{
color: #A32500;
}
</style>
background-color css
<style>
a { background-color: #A32500; }
a { background-color: rgb(163,37,0); }
div.DivClassName
{
background-color: #A32500;
}
.BgClassName
{
background-color: #A32500;
}
</style>
border-color css
<style>
span { border-color: #A32500; }
span { border-color: rgb(163,37,0); }
td.TdClassName
{
border-color: #A32500;
}
.TagClassName
{
border-color: #A32500;
}
</style>