Shades of Rust #C54309
Tints of Rust #C54309
RGB
CMYK
RGB Variations
Color information
#C54309 (or 0xC54309) is known color: Rust. HEX triplet: C5, 43 and 09. RGB value is (197,67,9). Sum of RGB (Red+Green+Blue) = 197+67+9=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C54309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54309 is #3ABCF6. Grayscale: #636363. Windows color (decimal): -3849463 or 607173. OLE color: 607173.
HSL color Cylindrical-coordinate representation of color #C54309: hue angle of 18.51º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C54309 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.23 |
| HSL | 18.51º | 0.91% | 0.4% | - |
| HSV(B) | 18.51º | 0.95% | 0.77% | - |
| XYZ | 25.08 | 15.9 | 2.01 | - |
| YUV | 99.26 | 77.07 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 9 | 0 | 0.66 | 0.95 | 0.23 | 18.51 | 0.91 | 0.4 |
| Hex | C5 | 43 | 9 | 0 | 42 | 5F | 17 | 13 | 5B | 28 |
| Octal | 305 | 103 | 11 | 0 | 102 | 137 | 27 | 23 | 133 | 50 |
| Binary | 11000101 | 1000011 | 1001 | 0 | 1000010 | 1011111 | 10111 | 10011 | 1011011 | 101000 |
Color Harmonies of #C54309
Complementary color
Monochromatic Colors of #C54309
Black with #C54309
Text Example
Text Example
White with #C54309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54309; }
p { color: rgb(197,67,9); }
H1.HeaderClassName
{
color: #C54309;
}
.AnyTagClassName
{
color: #C54309;
}
</style>
background-color css
<style>
a { background-color: #C54309; }
a { background-color: rgb(197,67,9); }
div.DivClassName
{
background-color: #C54309;
}
.BgClassName
{
background-color: #C54309;
}
</style>
border-color css
<style>
span { border-color: #C54309; }
span { border-color: rgb(197,67,9); }
td.TdClassName
{
border-color: #C54309;
}
.TagClassName
{
border-color: #C54309;
}
</style>