Shades of Rust #A63F01
Tints of Rust #A63F01
RGB
CMYK
RGB Variations
Color information
#A63F01 (or 0xA63F01) is known color: Rust. HEX triplet: A6, 3F and 01. RGB value is (166,63,1). Sum of RGB (Red+Green+Blue) = 166+63+1=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63F01 is #59C0FE. Grayscale: #575757. Windows color (decimal): -5882111 or 81830. OLE color: 81830.
HSL color Cylindrical-coordinate representation of color #A63F01: hue angle of 22.55º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A63F01 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.35 |
| HSL | 22.55º | 0.99% | 0.33% | - |
| HSV(B) | 22.55º | 0.99% | 0.65% | - |
| XYZ | 17.51 | 11.66 | 1.36 | - |
| YUV | 86.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 1 | 0 | 0.62 | 0.99 | 0.35 | 22.55 | 0.99 | 0.33 |
| Hex | A6 | 3F | 1 | 0 | 3E | 63 | 23 | 17 | 63 | 21 |
| Octal | 246 | 77 | 1 | 0 | 76 | 143 | 43 | 27 | 143 | 41 |
| Binary | 10100110 | 111111 | 1 | 0 | 111110 | 1100011 | 100011 | 10111 | 1100011 | 100001 |
Color Harmonies of #A63F01
Complementary color
Monochromatic Colors of #A63F01
Black with #A63F01
Text Example
Text Example
White with #A63F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F01; }
p { color: rgb(166,63,1); }
H1.HeaderClassName
{
color: #A63F01;
}
.AnyTagClassName
{
color: #A63F01;
}
</style>
background-color css
<style>
a { background-color: #A63F01; }
a { background-color: rgb(166,63,1); }
div.DivClassName
{
background-color: #A63F01;
}
.BgClassName
{
background-color: #A63F01;
}
</style>
border-color css
<style>
span { border-color: #A63F01; }
span { border-color: rgb(166,63,1); }
td.TdClassName
{
border-color: #A63F01;
}
.TagClassName
{
border-color: #A63F01;
}
</style>