Shades of Rust #A63B0F
Tints of Rust #A63B0F
RGB
CMYK
RGB Variations
Color information
#A63B0F (or 0xA63B0F) is known color: Rust. HEX triplet: A6, 3B and 0F. RGB value is (166,59,15). Sum of RGB (Red+Green+Blue) = 166+59+15=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63B0F is #59C4F0. Grayscale: #565656. Windows color (decimal): -5883121 or 998310. OLE color: 998310.
HSL color Cylindrical-coordinate representation of color #A63B0F: hue angle of 17.48º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A63B0F is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 59 | 15 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.35 |
| HSL | 17.48º | 0.83% | 0.35% | - |
| HSV(B) | 17.48º | 0.91% | 0.65% | - |
| XYZ | 17.38 | 11.27 | 1.71 | - |
| YUV | 85.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 15 | 0 | 0.64 | 0.91 | 0.35 | 17.48 | 0.83 | 0.35 |
| Hex | A6 | 3B | F | 0 | 40 | 5B | 23 | 11 | 53 | 23 |
| Octal | 246 | 73 | 17 | 0 | 100 | 133 | 43 | 21 | 123 | 43 |
| Binary | 10100110 | 111011 | 1111 | 0 | 1000000 | 1011011 | 100011 | 10001 | 1010011 | 100011 |
Color Harmonies of #A63B0F
Complementary color
Monochromatic Colors of #A63B0F
Black with #A63B0F
Text Example
Text Example
White with #A63B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63B0F; }
p { color: rgb(166,59,15); }
H1.HeaderClassName
{
color: #A63B0F;
}
.AnyTagClassName
{
color: #A63B0F;
}
</style>
background-color css
<style>
a { background-color: #A63B0F; }
a { background-color: rgb(166,59,15); }
div.DivClassName
{
background-color: #A63B0F;
}
.BgClassName
{
background-color: #A63B0F;
}
</style>
border-color css
<style>
span { border-color: #A63B0F; }
span { border-color: rgb(166,59,15); }
td.TdClassName
{
border-color: #A63B0F;
}
.TagClassName
{
border-color: #A63B0F;
}
</style>