Shades of Rust #A13E0F
Tints of Rust #A13E0F
RGB
CMYK
RGB Variations
Color information
#A13E0F (or 0xA13E0F) is known color: Rust. HEX triplet: A1, 3E and 0F. RGB value is (161,62,15). Sum of RGB (Red+Green+Blue) = 161+62+15=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13E0F is #5EC1F0. Grayscale: #565656. Windows color (decimal): -6210033 or 999073. OLE color: 999073.
HSL color Cylindrical-coordinate representation of color #A13E0F: hue angle of 19.32º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A13E0F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 62 | 15 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.37 |
| HSL | 19.32º | 0.83% | 0.35% | - |
| HSV(B) | 19.32º | 0.91% | 0.63% | - |
| XYZ | 16.51 | 11.06 | 1.72 | - |
| YUV | 86.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 15 | 0 | 0.61 | 0.91 | 0.37 | 19.32 | 0.83 | 0.35 |
| Hex | A1 | 3E | F | 0 | 3D | 5B | 25 | 13 | 53 | 23 |
| Octal | 241 | 76 | 17 | 0 | 75 | 133 | 45 | 23 | 123 | 43 |
| Binary | 10100001 | 111110 | 1111 | 0 | 111101 | 1011011 | 100101 | 10011 | 1010011 | 100011 |
Color Harmonies of #A13E0F
Complementary color
Monochromatic Colors of #A13E0F
Black with #A13E0F
Text Example
Text Example
White with #A13E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13E0F; }
p { color: rgb(161,62,15); }
H1.HeaderClassName
{
color: #A13E0F;
}
.AnyTagClassName
{
color: #A13E0F;
}
</style>
background-color css
<style>
a { background-color: #A13E0F; }
a { background-color: rgb(161,62,15); }
div.DivClassName
{
background-color: #A13E0F;
}
.BgClassName
{
background-color: #A13E0F;
}
</style>
border-color css
<style>
span { border-color: #A13E0F; }
span { border-color: rgb(161,62,15); }
td.TdClassName
{
border-color: #A13E0F;
}
.TagClassName
{
border-color: #A13E0F;
}
</style>