Shades of Rust #A12403
Tints of Rust #A12403
RGB
CMYK
RGB Variations
Color information
#A12403 (or 0xA12403) is known color: Rust. HEX triplet: A1, 24 and 03. RGB value is (161,36,3). Sum of RGB (Red+Green+Blue) = 161+36+3=200 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 161 - color contains mainly: red. Hex color #A12403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12403 is #5EDBFC. Grayscale: #454545. Windows color (decimal): -6216701 or 205985. OLE color: 205985.
HSL color Cylindrical-coordinate representation of color #A12403: hue angle of 12.53º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A12403 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.37 |
| HSL | 12.53º | 0.96% | 0.32% | - |
| HSV(B) | 12.53º | 0.98% | 0.63% | - |
| XYZ | 15.35 | 8.85 | 0.98 | - |
| YUV | 69.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 3 | 0 | 0.78 | 0.98 | 0.37 | 12.53 | 0.96 | 0.32 |
| Hex | A1 | 24 | 3 | 0 | 4E | 62 | 25 | D | 60 | 20 |
| Octal | 241 | 44 | 3 | 0 | 116 | 142 | 45 | 15 | 140 | 40 |
| Binary | 10100001 | 100100 | 11 | 0 | 1001110 | 1100010 | 100101 | 1101 | 1100000 | 100000 |
Color Harmonies of #A12403
Complementary color
Monochromatic Colors of #A12403
Black with #A12403
Text Example
Text Example
White with #A12403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12403; }
p { color: rgb(161,36,3); }
H1.HeaderClassName
{
color: #A12403;
}
.AnyTagClassName
{
color: #A12403;
}
</style>
background-color css
<style>
a { background-color: #A12403; }
a { background-color: rgb(161,36,3); }
div.DivClassName
{
background-color: #A12403;
}
.BgClassName
{
background-color: #A12403;
}
</style>
border-color css
<style>
span { border-color: #A12403; }
span { border-color: rgb(161,36,3); }
td.TdClassName
{
border-color: #A12403;
}
.TagClassName
{
border-color: #A12403;
}
</style>