Shades of Rust #C54306
Tints of Rust #C54306
RGB
CMYK
RGB Variations
Color information
#C54306 (or 0xC54306) is known color: Rust. HEX triplet: C5, 43 and 06. RGB value is (197,67,6). Sum of RGB (Red+Green+Blue) = 197+67+6=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C54306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54306 is #3ABCF9. Grayscale: #636363. Windows color (decimal): -3849466 or 410565. OLE color: 410565.
HSL color Cylindrical-coordinate representation of color #C54306: hue angle of 19.16º 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 #C54306 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.23 |
| HSL | 19.16º | 0.94% | 0.4% | - |
| HSV(B) | 19.16º | 0.97% | 0.77% | - |
| XYZ | 25.07 | 15.9 | 1.92 | - |
| YUV | 98.92 | 75.57 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 6 | 0 | 0.66 | 0.97 | 0.23 | 19.16 | 0.94 | 0.4 |
| Hex | C5 | 43 | 6 | 0 | 42 | 61 | 17 | 13 | 5E | 28 |
| Octal | 305 | 103 | 6 | 0 | 102 | 141 | 27 | 23 | 136 | 50 |
| Binary | 11000101 | 1000011 | 110 | 0 | 1000010 | 1100001 | 10111 | 10011 | 1011110 | 101000 |
Color Harmonies of #C54306
Complementary color
Monochromatic Colors of #C54306
Black with #C54306
Text Example
Text Example
White with #C54306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54306; }
p { color: rgb(197,67,6); }
H1.HeaderClassName
{
color: #C54306;
}
.AnyTagClassName
{
color: #C54306;
}
</style>
background-color css
<style>
a { background-color: #C54306; }
a { background-color: rgb(197,67,6); }
div.DivClassName
{
background-color: #C54306;
}
.BgClassName
{
background-color: #C54306;
}
</style>
border-color css
<style>
span { border-color: #C54306; }
span { border-color: rgb(197,67,6); }
td.TdClassName
{
border-color: #C54306;
}
.TagClassName
{
border-color: #C54306;
}
</style>