Shades of Rust #C54507
Tints of Rust #C54507
RGB
CMYK
RGB Variations
Color information
#C54507 (or 0xC54507) is known color: Rust. HEX triplet: C5, 45 and 07. RGB value is (197,69,7). Sum of RGB (Red+Green+Blue) = 197+69+7=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C54507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54507 is #3ABAF8. Grayscale: #646464. Windows color (decimal): -3848953 or 476613. OLE color: 476613.
HSL color Cylindrical-coordinate representation of color #C54507: hue angle of 19.58º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C54507 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.23 |
| HSL | 19.58º | 0.93% | 0.4% | - |
| HSV(B) | 19.58º | 0.96% | 0.77% | - |
| XYZ | 25.19 | 16.14 | 1.99 | - |
| YUV | 100.2 | 75.41 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 7 | 0 | 0.65 | 0.96 | 0.23 | 19.58 | 0.93 | 0.4 |
| Hex | C5 | 45 | 7 | 0 | 41 | 60 | 17 | 14 | 5D | 28 |
| Octal | 305 | 105 | 7 | 0 | 101 | 140 | 27 | 24 | 135 | 50 |
| Binary | 11000101 | 1000101 | 111 | 0 | 1000001 | 1100000 | 10111 | 10100 | 1011101 | 101000 |
Color Harmonies of #C54507
Complementary color
Monochromatic Colors of #C54507
Black with #C54507
Text Example
Text Example
White with #C54507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54507; }
p { color: rgb(197,69,7); }
H1.HeaderClassName
{
color: #C54507;
}
.AnyTagClassName
{
color: #C54507;
}
</style>
background-color css
<style>
a { background-color: #C54507; }
a { background-color: rgb(197,69,7); }
div.DivClassName
{
background-color: #C54507;
}
.BgClassName
{
background-color: #C54507;
}
</style>
border-color css
<style>
span { border-color: #C54507; }
span { border-color: rgb(197,69,7); }
td.TdClassName
{
border-color: #C54507;
}
.TagClassName
{
border-color: #C54507;
}
</style>