Shades of Rust #A63F09
Tints of Rust #A63F09
RGB
CMYK
RGB Variations
Color information
#A63F09 (or 0xA63F09) is known color: Rust. HEX triplet: A6, 3F and 09. RGB value is (166,63,9). Sum of RGB (Red+Green+Blue) = 166+63+9=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63F09 is #59C0F6. Grayscale: #575757. Windows color (decimal): -5882103 or 606118. OLE color: 606118.
HSL color Cylindrical-coordinate representation of color #A63F09: hue angle of 20.64º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A63F09 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.35 |
| HSL | 20.64º | 0.9% | 0.34% | - |
| HSV(B) | 20.64º | 0.95% | 0.65% | - |
| XYZ | 17.55 | 11.68 | 1.59 | - |
| YUV | 87.64 | 83.62 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 9 | 0 | 0.62 | 0.95 | 0.35 | 20.64 | 0.9 | 0.34 |
| Hex | A6 | 3F | 9 | 0 | 3E | 5F | 23 | 15 | 5A | 22 |
| Octal | 246 | 77 | 11 | 0 | 76 | 137 | 43 | 25 | 132 | 42 |
| Binary | 10100110 | 111111 | 1001 | 0 | 111110 | 1011111 | 100011 | 10101 | 1011010 | 100010 |
Color Harmonies of #A63F09
Complementary color
Monochromatic Colors of #A63F09
Black with #A63F09
Text Example
Text Example
White with #A63F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F09; }
p { color: rgb(166,63,9); }
H1.HeaderClassName
{
color: #A63F09;
}
.AnyTagClassName
{
color: #A63F09;
}
</style>
background-color css
<style>
a { background-color: #A63F09; }
a { background-color: rgb(166,63,9); }
div.DivClassName
{
background-color: #A63F09;
}
.BgClassName
{
background-color: #A63F09;
}
</style>
border-color css
<style>
span { border-color: #A63F09; }
span { border-color: rgb(166,63,9); }
td.TdClassName
{
border-color: #A63F09;
}
.TagClassName
{
border-color: #A63F09;
}
</style>