Shades of Rust #C54006
Tints of Rust #C54006
RGB
CMYK
RGB Variations
Color information
#C54006 (or 0xC54006) is known color: Rust. HEX triplet: C5, 40 and 06. RGB value is (197,64,6). Sum of RGB (Red+Green+Blue) = 197+64+6=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C54006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54006 is #3ABFF9. Grayscale: #616161. Windows color (decimal): -3850234 or 409797. OLE color: 409797.
HSL color Cylindrical-coordinate representation of color #C54006: hue angle of 18.22º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C54006 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.23 |
| HSL | 18.22º | 0.94% | 0.4% | - |
| HSV(B) | 18.22º | 0.97% | 0.77% | - |
| XYZ | 24.89 | 15.55 | 1.86 | - |
| YUV | 97.16 | 76.56 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 6 | 0 | 0.68 | 0.97 | 0.23 | 18.22 | 0.94 | 0.4 |
| Hex | C5 | 40 | 6 | 0 | 44 | 61 | 17 | 12 | 5E | 28 |
| Octal | 305 | 100 | 6 | 0 | 104 | 141 | 27 | 22 | 136 | 50 |
| Binary | 11000101 | 1000000 | 110 | 0 | 1000100 | 1100001 | 10111 | 10010 | 1011110 | 101000 |
Color Harmonies of #C54006
Complementary color
Monochromatic Colors of #C54006
Black with #C54006
Text Example
Text Example
White with #C54006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54006; }
p { color: rgb(197,64,6); }
H1.HeaderClassName
{
color: #C54006;
}
.AnyTagClassName
{
color: #C54006;
}
</style>
background-color css
<style>
a { background-color: #C54006; }
a { background-color: rgb(197,64,6); }
div.DivClassName
{
background-color: #C54006;
}
.BgClassName
{
background-color: #C54006;
}
</style>
border-color css
<style>
span { border-color: #C54006; }
span { border-color: rgb(197,64,6); }
td.TdClassName
{
border-color: #C54006;
}
.TagClassName
{
border-color: #C54006;
}
</style>