Shades of Rust #C54807
Tints of Rust #C54807
RGB
CMYK
RGB Variations
Color information
#C54807 (or 0xC54807) is known color: Rust. HEX triplet: C5, 48 and 07. RGB value is (197,72,7). Sum of RGB (Red+Green+Blue) = 197+72+7=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C54807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54807 is #3AB7F8. Grayscale: #666666. Windows color (decimal): -3848185 or 477381. OLE color: 477381.
HSL color Cylindrical-coordinate representation of color #C54807: hue angle of 20.53º 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 #C54807 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.23 |
| HSL | 20.53º | 0.93% | 0.4% | - |
| HSV(B) | 20.53º | 0.96% | 0.77% | - |
| XYZ | 25.38 | 16.52 | 2.05 | - |
| YUV | 101.97 | 74.41 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 7 | 0 | 0.63 | 0.96 | 0.23 | 20.53 | 0.93 | 0.4 |
| Hex | C5 | 48 | 7 | 0 | 3F | 60 | 17 | 15 | 5D | 28 |
| Octal | 305 | 110 | 7 | 0 | 77 | 140 | 27 | 25 | 135 | 50 |
| Binary | 11000101 | 1001000 | 111 | 0 | 111111 | 1100000 | 10111 | 10101 | 1011101 | 101000 |
Color Harmonies of #C54807
Complementary color
Monochromatic Colors of #C54807
Black with #C54807
Text Example
Text Example
White with #C54807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54807; }
p { color: rgb(197,72,7); }
H1.HeaderClassName
{
color: #C54807;
}
.AnyTagClassName
{
color: #C54807;
}
</style>
background-color css
<style>
a { background-color: #C54807; }
a { background-color: rgb(197,72,7); }
div.DivClassName
{
background-color: #C54807;
}
.BgClassName
{
background-color: #C54807;
}
</style>
border-color css
<style>
span { border-color: #C54807; }
span { border-color: rgb(197,72,7); }
td.TdClassName
{
border-color: #C54807;
}
.TagClassName
{
border-color: #C54807;
}
</style>