Shades of Rust #C64509
Tints of Rust #C64509
RGB
CMYK
RGB Variations
Color information
#C64509 (or 0xC64509) is known color: Rust. HEX triplet: C6, 45 and 09. RGB value is (198,69,9). Sum of RGB (Red+Green+Blue) = 198+69+9=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C64509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64509 is #39BAF6. Grayscale: #656565. Windows color (decimal): -3783415 or 607686. OLE color: 607686.
HSL color Cylindrical-coordinate representation of color #C64509: hue angle of 19.05º 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 #C64509 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.22 |
| HSL | 19.05º | 0.91% | 0.41% | - |
| HSV(B) | 19.05º | 0.95% | 0.78% | - |
| XYZ | 25.47 | 16.28 | 2.06 | - |
| YUV | 100.73 | 76.24 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 9 | 0 | 0.65 | 0.95 | 0.22 | 19.05 | 0.91 | 0.41 |
| Hex | C6 | 45 | 9 | 0 | 41 | 5F | 16 | 13 | 5B | 29 |
| Octal | 306 | 105 | 11 | 0 | 101 | 137 | 26 | 23 | 133 | 51 |
| Binary | 11000110 | 1000101 | 1001 | 0 | 1000001 | 1011111 | 10110 | 10011 | 1011011 | 101001 |
Color Harmonies of #C64509
Complementary color
Monochromatic Colors of #C64509
Black with #C64509
Text Example
Text Example
White with #C64509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64509; }
p { color: rgb(198,69,9); }
H1.HeaderClassName
{
color: #C64509;
}
.AnyTagClassName
{
color: #C64509;
}
</style>
background-color css
<style>
a { background-color: #C64509; }
a { background-color: rgb(198,69,9); }
div.DivClassName
{
background-color: #C64509;
}
.BgClassName
{
background-color: #C64509;
}
</style>
border-color css
<style>
span { border-color: #C64509; }
span { border-color: rgb(198,69,9); }
td.TdClassName
{
border-color: #C64509;
}
.TagClassName
{
border-color: #C64509;
}
</style>