Shades of Rust #C64809
Tints of Rust #C64809
RGB
CMYK
RGB Variations
Color information
#C64809 (or 0xC64809) is known color: Rust. HEX triplet: C6, 48 and 09. RGB value is (198,72,9). Sum of RGB (Red+Green+Blue) = 198+72+9=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C64809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64809 is #39B7F6. Grayscale: #666666. Windows color (decimal): -3782647 or 608454. OLE color: 608454.
HSL color Cylindrical-coordinate representation of color #C64809: hue angle of 20º 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 #C64809 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.22 |
| HSL | 20º | 0.91% | 0.41% | - |
| HSV(B) | 20º | 0.95% | 0.78% | - |
| XYZ | 25.66 | 16.66 | 2.12 | - |
| YUV | 102.49 | 75.24 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 9 | 0 | 0.64 | 0.95 | 0.22 | 20 | 0.91 | 0.41 |
| Hex | C6 | 48 | 9 | 0 | 40 | 5F | 16 | 14 | 5B | 29 |
| Octal | 306 | 110 | 11 | 0 | 100 | 137 | 26 | 24 | 133 | 51 |
| Binary | 11000110 | 1001000 | 1001 | 0 | 1000000 | 1011111 | 10110 | 10100 | 1011011 | 101001 |
Color Harmonies of #C64809
Complementary color
Monochromatic Colors of #C64809
Black with #C64809
Text Example
Text Example
White with #C64809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64809; }
p { color: rgb(198,72,9); }
H1.HeaderClassName
{
color: #C64809;
}
.AnyTagClassName
{
color: #C64809;
}
</style>
background-color css
<style>
a { background-color: #C64809; }
a { background-color: rgb(198,72,9); }
div.DivClassName
{
background-color: #C64809;
}
.BgClassName
{
background-color: #C64809;
}
</style>
border-color css
<style>
span { border-color: #C64809; }
span { border-color: rgb(198,72,9); }
td.TdClassName
{
border-color: #C64809;
}
.TagClassName
{
border-color: #C64809;
}
</style>