Shades of Rust #A32606
Tints of Rust #A32606
RGB
CMYK
RGB Variations
Color information
#A32606 (or 0xA32606) is known color: Rust. HEX triplet: A3, 26 and 06. RGB value is (163,38,6). Sum of RGB (Red+Green+Blue) = 163+38+6=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A32606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32606 is #5CD9F9. Grayscale: #474747. Windows color (decimal): -6085114 or 403107. OLE color: 403107.
HSL color Cylindrical-coordinate representation of color #A32606: hue angle of 12.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A32606 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 6 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.36 |
| HSL | 12.23º | 0.93% | 0.33% | - |
| HSV(B) | 12.23º | 0.96% | 0.64% | - |
| XYZ | 15.83 | 9.19 | 1.11 | - |
| YUV | 71.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 6 | 0 | 0.77 | 0.96 | 0.36 | 12.23 | 0.93 | 0.33 |
| Hex | A3 | 26 | 6 | 0 | 4D | 60 | 24 | C | 5D | 21 |
| Octal | 243 | 46 | 6 | 0 | 115 | 140 | 44 | 14 | 135 | 41 |
| Binary | 10100011 | 100110 | 110 | 0 | 1001101 | 1100000 | 100100 | 1100 | 1011101 | 100001 |
Color Harmonies of #A32606
Complementary color
Monochromatic Colors of #A32606
Black with #A32606
Text Example
Text Example
White with #A32606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32606; }
p { color: rgb(163,38,6); }
H1.HeaderClassName
{
color: #A32606;
}
.AnyTagClassName
{
color: #A32606;
}
</style>
background-color css
<style>
a { background-color: #A32606; }
a { background-color: rgb(163,38,6); }
div.DivClassName
{
background-color: #A32606;
}
.BgClassName
{
background-color: #A32606;
}
</style>
border-color css
<style>
span { border-color: #A32606; }
span { border-color: rgb(163,38,6); }
td.TdClassName
{
border-color: #A32606;
}
.TagClassName
{
border-color: #A32606;
}
</style>