Shades of Rust #A63000
Tints of Rust #A63000
RGB
CMYK
RGB Variations
Color information
#A63000 (or 0xA63000) is known color: Rust. HEX triplet: A6, 30 and 00. RGB value is (166,48,0). Sum of RGB (Red+Green+Blue) = 166+48+0=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A63000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63000 is #59CFFF. Grayscale: #4E4E4E. Windows color (decimal): -5885952 or 12454. OLE color: 12454.
HSL color Cylindrical-coordinate representation of color #A63000: hue angle of 17.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A63000 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.35 |
| HSL | 17.35º | 1% | 0.33% | - |
| HSV(B) | 17.35º | 1% | 0.65% | - |
| XYZ | 16.78 | 10.22 | 1.09 | - |
| YUV | 77.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 0 | 0 | 0.71 | 1 | 0.35 | 17.35 | 1 | 0.33 |
| Hex | A6 | 30 | 0 | 0 | 47 | 64 | 23 | 11 | 64 | 21 |
| Octal | 246 | 60 | 0 | 0 | 107 | 144 | 43 | 21 | 144 | 41 |
| Binary | 10100110 | 110000 | 0 | 0 | 1000111 | 1100100 | 100011 | 10001 | 1100100 | 100001 |
Color Harmonies of #A63000
Complementary color
Monochromatic Colors of #A63000
Black with #A63000
Text Example
Text Example
White with #A63000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63000; }
p { color: rgb(166,48,0); }
H1.HeaderClassName
{
color: #A63000;
}
.AnyTagClassName
{
color: #A63000;
}
</style>
background-color css
<style>
a { background-color: #A63000; }
a { background-color: rgb(166,48,0); }
div.DivClassName
{
background-color: #A63000;
}
.BgClassName
{
background-color: #A63000;
}
</style>
border-color css
<style>
span { border-color: #A63000; }
span { border-color: rgb(166,48,0); }
td.TdClassName
{
border-color: #A63000;
}
.TagClassName
{
border-color: #A63000;
}
</style>