Shades of Rust #C54603
Tints of Rust #C54603
RGB
CMYK
RGB Variations
Color information
#C54603 (or 0xC54603) is known color: Rust. HEX triplet: C5, 46 and 03. RGB value is (197,70,3). Sum of RGB (Red+Green+Blue) = 197+70+3=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C54603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54603 is #3AB9FC. Grayscale: #646464. Windows color (decimal): -3848701 or 214725. OLE color: 214725.
HSL color Cylindrical-coordinate representation of color #C54603: hue angle of 20.72º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C54603 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.23 |
| HSL | 20.72º | 0.97% | 0.39% | - |
| HSV(B) | 20.72º | 0.98% | 0.77% | - |
| XYZ | 25.23 | 16.26 | 1.89 | - |
| YUV | 100.34 | 73.08 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 3 | 0 | 0.64 | 0.98 | 0.23 | 20.72 | 0.97 | 0.39 |
| Hex | C5 | 46 | 3 | 0 | 40 | 62 | 17 | 15 | 61 | 27 |
| Octal | 305 | 106 | 3 | 0 | 100 | 142 | 27 | 25 | 141 | 47 |
| Binary | 11000101 | 1000110 | 11 | 0 | 1000000 | 1100010 | 10111 | 10101 | 1100001 | 100111 |
Color Harmonies of #C54603
Complementary color
Monochromatic Colors of #C54603
Black with #C54603
Text Example
Text Example
White with #C54603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54603; }
p { color: rgb(197,70,3); }
H1.HeaderClassName
{
color: #C54603;
}
.AnyTagClassName
{
color: #C54603;
}
</style>
background-color css
<style>
a { background-color: #C54603; }
a { background-color: rgb(197,70,3); }
div.DivClassName
{
background-color: #C54603;
}
.BgClassName
{
background-color: #C54603;
}
</style>
border-color css
<style>
span { border-color: #C54603; }
span { border-color: rgb(197,70,3); }
td.TdClassName
{
border-color: #C54603;
}
.TagClassName
{
border-color: #C54603;
}
</style>