Shades of Rust #A63F03
Tints of Rust #A63F03
RGB
CMYK
RGB Variations
Color information
#A63F03 (or 0xA63F03) is known color: Rust. HEX triplet: A6, 3F and 03. RGB value is (166,63,3). Sum of RGB (Red+Green+Blue) = 166+63+3=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63F03 is #59C0FC. Grayscale: #575757. Windows color (decimal): -5882109 or 212902. OLE color: 212902.
HSL color Cylindrical-coordinate representation of color #A63F03: hue angle of 22.09º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A63F03 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 3 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.35 |
| HSL | 22.09º | 0.96% | 0.33% | - |
| HSV(B) | 22.09º | 0.98% | 0.65% | - |
| XYZ | 17.52 | 11.67 | 1.42 | - |
| YUV | 86.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 3 | 0 | 0.62 | 0.98 | 0.35 | 22.09 | 0.96 | 0.33 |
| Hex | A6 | 3F | 3 | 0 | 3E | 62 | 23 | 16 | 60 | 21 |
| Octal | 246 | 77 | 3 | 0 | 76 | 142 | 43 | 26 | 140 | 41 |
| Binary | 10100110 | 111111 | 11 | 0 | 111110 | 1100010 | 100011 | 10110 | 1100000 | 100001 |
Color Harmonies of #A63F03
Complementary color
Monochromatic Colors of #A63F03
Black with #A63F03
Text Example
Text Example
White with #A63F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F03; }
p { color: rgb(166,63,3); }
H1.HeaderClassName
{
color: #A63F03;
}
.AnyTagClassName
{
color: #A63F03;
}
</style>
background-color css
<style>
a { background-color: #A63F03; }
a { background-color: rgb(166,63,3); }
div.DivClassName
{
background-color: #A63F03;
}
.BgClassName
{
background-color: #A63F03;
}
</style>
border-color css
<style>
span { border-color: #A63F03; }
span { border-color: rgb(166,63,3); }
td.TdClassName
{
border-color: #A63F03;
}
.TagClassName
{
border-color: #A63F03;
}
</style>