Shades of Rust #A12F03
Tints of Rust #A12F03
RGB
CMYK
RGB Variations
Color information
#A12F03 (or 0xA12F03) is known color: Rust. HEX triplet: A1, 2F and 03. RGB value is (161,47,3). Sum of RGB (Red+Green+Blue) = 161+47+3=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12F03 is #5ED0FC. Grayscale: #4C4C4C. Windows color (decimal): -6213885 or 208801. OLE color: 208801.
HSL color Cylindrical-coordinate representation of color #A12F03: hue angle of 16.71º 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 #A12F03 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.37 |
| HSL | 16.71º | 0.96% | 0.32% | - |
| HSV(B) | 16.71º | 0.98% | 0.63% | - |
| XYZ | 15.73 | 9.62 | 1.11 | - |
| YUV | 76.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 3 | 0 | 0.71 | 0.98 | 0.37 | 16.71 | 0.96 | 0.32 |
| Hex | A1 | 2F | 3 | 0 | 47 | 62 | 25 | 11 | 60 | 20 |
| Octal | 241 | 57 | 3 | 0 | 107 | 142 | 45 | 21 | 140 | 40 |
| Binary | 10100001 | 101111 | 11 | 0 | 1000111 | 1100010 | 100101 | 10001 | 1100000 | 100000 |
Color Harmonies of #A12F03
Complementary color
Monochromatic Colors of #A12F03
Black with #A12F03
Text Example
Text Example
White with #A12F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F03; }
p { color: rgb(161,47,3); }
H1.HeaderClassName
{
color: #A12F03;
}
.AnyTagClassName
{
color: #A12F03;
}
</style>
background-color css
<style>
a { background-color: #A12F03; }
a { background-color: rgb(161,47,3); }
div.DivClassName
{
background-color: #A12F03;
}
.BgClassName
{
background-color: #A12F03;
}
</style>
border-color css
<style>
span { border-color: #A12F03; }
span { border-color: rgb(161,47,3); }
td.TdClassName
{
border-color: #A12F03;
}
.TagClassName
{
border-color: #A12F03;
}
</style>