Shades of Rust #A13A08
Tints of Rust #A13A08
RGB
CMYK
RGB Variations
Color information
#A13A08 (or 0xA13A08) is known color: Rust. HEX triplet: A1, 3A and 08. RGB value is (161,58,8). Sum of RGB (Red+Green+Blue) = 161+58+8=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13A08 is #5EC5F7. Grayscale: #535353. Windows color (decimal): -6211064 or 539297. OLE color: 539297.
HSL color Cylindrical-coordinate representation of color #A13A08: hue angle of 19.61º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A13A08 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 58 | 8 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.37 |
| HSL | 19.61º | 0.91% | 0.33% | - |
| HSV(B) | 19.61º | 0.95% | 0.63% | - |
| XYZ | 16.25 | 10.62 | 1.42 | - |
| YUV | 83.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 8 | 0 | 0.64 | 0.95 | 0.37 | 19.61 | 0.91 | 0.33 |
| Hex | A1 | 3A | 8 | 0 | 40 | 5F | 25 | 14 | 5B | 21 |
| Octal | 241 | 72 | 10 | 0 | 100 | 137 | 45 | 24 | 133 | 41 |
| Binary | 10100001 | 111010 | 1000 | 0 | 1000000 | 1011111 | 100101 | 10100 | 1011011 | 100001 |
Color Harmonies of #A13A08
Complementary color
Monochromatic Colors of #A13A08
Black with #A13A08
Text Example
Text Example
White with #A13A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13A08; }
p { color: rgb(161,58,8); }
H1.HeaderClassName
{
color: #A13A08;
}
.AnyTagClassName
{
color: #A13A08;
}
</style>
background-color css
<style>
a { background-color: #A13A08; }
a { background-color: rgb(161,58,8); }
div.DivClassName
{
background-color: #A13A08;
}
.BgClassName
{
background-color: #A13A08;
}
</style>
border-color css
<style>
span { border-color: #A13A08; }
span { border-color: rgb(161,58,8); }
td.TdClassName
{
border-color: #A13A08;
}
.TagClassName
{
border-color: #A13A08;
}
</style>