Shades of Rust #C64909
Tints of Rust #C64909
RGB
CMYK
RGB Variations
Color information
#C64909 (or 0xC64909) is known color: Rust. HEX triplet: C6, 49 and 09. RGB value is (198,73,9). Sum of RGB (Red+Green+Blue) = 198+73+9=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C64909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64909 is #39B6F6. Grayscale: #676767. Windows color (decimal): -3782391 or 608710. OLE color: 608710.
HSL color Cylindrical-coordinate representation of color #C64909: hue angle of 20.32º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C64909 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.22 |
| HSL | 20.32º | 0.91% | 0.41% | - |
| HSV(B) | 20.32º | 0.95% | 0.78% | - |
| XYZ | 25.72 | 16.79 | 2.14 | - |
| YUV | 103.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 9 | 0 | 0.63 | 0.95 | 0.22 | 20.32 | 0.91 | 0.41 |
| Hex | C6 | 49 | 9 | 0 | 3F | 5F | 16 | 14 | 5B | 29 |
| Octal | 306 | 111 | 11 | 0 | 77 | 137 | 26 | 24 | 133 | 51 |
| Binary | 11000110 | 1001001 | 1001 | 0 | 111111 | 1011111 | 10110 | 10100 | 1011011 | 101001 |
Color Harmonies of #C64909
Complementary color
Monochromatic Colors of #C64909
Black with #C64909
Text Example
Text Example
White with #C64909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64909; }
p { color: rgb(198,73,9); }
H1.HeaderClassName
{
color: #C64909;
}
.AnyTagClassName
{
color: #C64909;
}
</style>
background-color css
<style>
a { background-color: #C64909; }
a { background-color: rgb(198,73,9); }
div.DivClassName
{
background-color: #C64909;
}
.BgClassName
{
background-color: #C64909;
}
</style>
border-color css
<style>
span { border-color: #C64909; }
span { border-color: rgb(198,73,9); }
td.TdClassName
{
border-color: #C64909;
}
.TagClassName
{
border-color: #C64909;
}
</style>