Shades of Rust #A13F03
Tints of Rust #A13F03
RGB
CMYK
RGB Variations
Color information
#A13F03 (or 0xA13F03) is known color: Rust. HEX triplet: A1, 3F and 03. RGB value is (161,63,3). Sum of RGB (Red+Green+Blue) = 161+63+3=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13F03 is #5EC0FC. Grayscale: #555555. Windows color (decimal): -6209789 or 212897. OLE color: 212897.
HSL color Cylindrical-coordinate representation of color #A13F03: hue angle of 22.78º 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 #A13F03 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 63 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.37 |
| HSL | 22.78º | 0.96% | 0.32% | - |
| HSV(B) | 22.78º | 0.98% | 0.63% | - |
| XYZ | 16.49 | 11.14 | 1.37 | - |
| YUV | 85.46 | 81.47 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 3 | 0 | 0.61 | 0.98 | 0.37 | 22.78 | 0.96 | 0.32 |
| Hex | A1 | 3F | 3 | 0 | 3D | 62 | 25 | 17 | 60 | 20 |
| Octal | 241 | 77 | 3 | 0 | 75 | 142 | 45 | 27 | 140 | 40 |
| Binary | 10100001 | 111111 | 11 | 0 | 111101 | 1100010 | 100101 | 10111 | 1100000 | 100000 |
Color Harmonies of #A13F03
Complementary color
Monochromatic Colors of #A13F03
Black with #A13F03
Text Example
Text Example
White with #A13F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13F03; }
p { color: rgb(161,63,3); }
H1.HeaderClassName
{
color: #A13F03;
}
.AnyTagClassName
{
color: #A13F03;
}
</style>
background-color css
<style>
a { background-color: #A13F03; }
a { background-color: rgb(161,63,3); }
div.DivClassName
{
background-color: #A13F03;
}
.BgClassName
{
background-color: #A13F03;
}
</style>
border-color css
<style>
span { border-color: #A13F03; }
span { border-color: rgb(161,63,3); }
td.TdClassName
{
border-color: #A13F03;
}
.TagClassName
{
border-color: #A13F03;
}
</style>