Shades of Rust #A1300B
Tints of Rust #A1300B
RGB
CMYK
RGB Variations
Color information
#A1300B (or 0xA1300B) is known color: Rust. HEX triplet: A1, 30 and 0B. RGB value is (161,48,11). Sum of RGB (Red+Green+Blue) = 161+48+11=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A1300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1300B is #5ECFF4. Grayscale: #4D4D4D. Windows color (decimal): -6213621 or 733345. OLE color: 733345.
HSL color Cylindrical-coordinate representation of color #A1300B: hue angle of 14.8º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1300B is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 11 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.37 |
| HSL | 14.8º | 0.87% | 0.34% | - |
| HSV(B) | 14.8º | 0.93% | 0.63% | - |
| XYZ | 15.82 | 9.72 | 1.36 | - |
| YUV | 77.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 11 | 0 | 0.70 | 0.93 | 0.37 | 14.8 | 0.87 | 0.34 |
| Hex | A1 | 30 | B | 0 | 46 | 5D | 25 | F | 57 | 22 |
| Octal | 241 | 60 | 13 | 0 | 106 | 135 | 45 | 17 | 127 | 42 |
| Binary | 10100001 | 110000 | 1011 | 0 | 1000110 | 1011101 | 100101 | 1111 | 1010111 | 100010 |
Color Harmonies of #A1300B
Complementary color
Monochromatic Colors of #A1300B
Black with #A1300B
Text Example
Text Example
White with #A1300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1300B; }
p { color: rgb(161,48,11); }
H1.HeaderClassName
{
color: #A1300B;
}
.AnyTagClassName
{
color: #A1300B;
}
</style>
background-color css
<style>
a { background-color: #A1300B; }
a { background-color: rgb(161,48,11); }
div.DivClassName
{
background-color: #A1300B;
}
.BgClassName
{
background-color: #A1300B;
}
</style>
border-color css
<style>
span { border-color: #A1300B; }
span { border-color: rgb(161,48,11); }
td.TdClassName
{
border-color: #A1300B;
}
.TagClassName
{
border-color: #A1300B;
}
</style>