Shades of Rust #A12807
Tints of Rust #A12807
RGB
CMYK
RGB Variations
Color information
#A12807 (or 0xA12807) is known color: Rust. HEX triplet: A1, 28 and 07. RGB value is (161,40,7). Sum of RGB (Red+Green+Blue) = 161+40+7=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A12807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12807 is #5ED7F8. Grayscale: #484848. Windows color (decimal): -6215673 or 469153. OLE color: 469153.
HSL color Cylindrical-coordinate representation of color #A12807: hue angle of 12.86º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A12807 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 7 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.37 |
| HSL | 12.86º | 0.92% | 0.33% | - |
| HSV(B) | 12.86º | 0.96% | 0.63% | - |
| XYZ | 15.5 | 9.11 | 1.14 | - |
| YUV | 72.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 7 | 0 | 0.75 | 0.96 | 0.37 | 12.86 | 0.92 | 0.33 |
| Hex | A1 | 28 | 7 | 0 | 4B | 60 | 25 | D | 5C | 21 |
| Octal | 241 | 50 | 7 | 0 | 113 | 140 | 45 | 15 | 134 | 41 |
| Binary | 10100001 | 101000 | 111 | 0 | 1001011 | 1100000 | 100101 | 1101 | 1011100 | 100001 |
Color Harmonies of #A12807
Complementary color
Monochromatic Colors of #A12807
Black with #A12807
Text Example
Text Example
White with #A12807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12807; }
p { color: rgb(161,40,7); }
H1.HeaderClassName
{
color: #A12807;
}
.AnyTagClassName
{
color: #A12807;
}
</style>
background-color css
<style>
a { background-color: #A12807; }
a { background-color: rgb(161,40,7); }
div.DivClassName
{
background-color: #A12807;
}
.BgClassName
{
background-color: #A12807;
}
</style>
border-color css
<style>
span { border-color: #A12807; }
span { border-color: rgb(161,40,7); }
td.TdClassName
{
border-color: #A12807;
}
.TagClassName
{
border-color: #A12807;
}
</style>