Shades of Rust #C64309
Tints of Rust #C64309
RGB
CMYK
RGB Variations
Color information
#C64309 (or 0xC64309) is known color: Rust. HEX triplet: C6, 43 and 09. RGB value is (198,67,9). Sum of RGB (Red+Green+Blue) = 198+67+9=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C64309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64309 is #39BCF6. Grayscale: #636363. Windows color (decimal): -3783927 or 607174. OLE color: 607174.
HSL color Cylindrical-coordinate representation of color #C64309: hue angle of 18.41º 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 #C64309 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.22 |
| HSL | 18.41º | 0.91% | 0.41% | - |
| HSV(B) | 18.41º | 0.95% | 0.78% | - |
| XYZ | 25.35 | 16.04 | 2.02 | - |
| YUV | 99.56 | 76.9 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 9 | 0 | 0.66 | 0.95 | 0.22 | 18.41 | 0.91 | 0.41 |
| Hex | C6 | 43 | 9 | 0 | 42 | 5F | 16 | 12 | 5B | 29 |
| Octal | 306 | 103 | 11 | 0 | 102 | 137 | 26 | 22 | 133 | 51 |
| Binary | 11000110 | 1000011 | 1001 | 0 | 1000010 | 1011111 | 10110 | 10010 | 1011011 | 101001 |
Color Harmonies of #C64309
Complementary color
Monochromatic Colors of #C64309
Black with #C64309
Text Example
Text Example
White with #C64309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64309; }
p { color: rgb(198,67,9); }
H1.HeaderClassName
{
color: #C64309;
}
.AnyTagClassName
{
color: #C64309;
}
</style>
background-color css
<style>
a { background-color: #C64309; }
a { background-color: rgb(198,67,9); }
div.DivClassName
{
background-color: #C64309;
}
.BgClassName
{
background-color: #C64309;
}
</style>
border-color css
<style>
span { border-color: #C64309; }
span { border-color: rgb(198,67,9); }
td.TdClassName
{
border-color: #C64309;
}
.TagClassName
{
border-color: #C64309;
}
</style>