Shades of Rust #C54107
Tints of Rust #C54107
RGB
CMYK
RGB Variations
Color information
#C54107 (or 0xC54107) is known color: Rust. HEX triplet: C5, 41 and 07. RGB value is (197,65,7). Sum of RGB (Red+Green+Blue) = 197+65+7=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C54107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54107 is #3ABEF8. Grayscale: #626262. Windows color (decimal): -3849977 or 475589. OLE color: 475589.
HSL color Cylindrical-coordinate representation of color #C54107: hue angle of 18.32º 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 #C54107 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 7 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.23 |
| HSL | 18.32º | 0.93% | 0.4% | - |
| HSV(B) | 18.32º | 0.96% | 0.77% | - |
| XYZ | 24.95 | 15.67 | 1.91 | - |
| YUV | 97.86 | 76.73 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 7 | 0 | 0.67 | 0.96 | 0.23 | 18.32 | 0.93 | 0.4 |
| Hex | C5 | 41 | 7 | 0 | 43 | 60 | 17 | 12 | 5D | 28 |
| Octal | 305 | 101 | 7 | 0 | 103 | 140 | 27 | 22 | 135 | 50 |
| Binary | 11000101 | 1000001 | 111 | 0 | 1000011 | 1100000 | 10111 | 10010 | 1011101 | 101000 |
Color Harmonies of #C54107
Complementary color
Monochromatic Colors of #C54107
Black with #C54107
Text Example
Text Example
White with #C54107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54107; }
p { color: rgb(197,65,7); }
H1.HeaderClassName
{
color: #C54107;
}
.AnyTagClassName
{
color: #C54107;
}
</style>
background-color css
<style>
a { background-color: #C54107; }
a { background-color: rgb(197,65,7); }
div.DivClassName
{
background-color: #C54107;
}
.BgClassName
{
background-color: #C54107;
}
</style>
border-color css
<style>
span { border-color: #C54107; }
span { border-color: rgb(197,65,7); }
td.TdClassName
{
border-color: #C54107;
}
.TagClassName
{
border-color: #C54107;
}
</style>