Shades of Rust #C64313
Tints of Rust #C64313
RGB
CMYK
RGB Variations
Color information
#C64313 (or 0xC64313) is known color: Rust. HEX triplet: C6, 43 and 13. RGB value is (198,67,19). Sum of RGB (Red+Green+Blue) = 198+67+19=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C64313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64313 is #39BCEC. Grayscale: #656565. Windows color (decimal): -3783917 or 1262534. OLE color: 1262534.
HSL color Cylindrical-coordinate representation of color #C64313: hue angle of 16.09º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C64313 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 19 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.22 |
| HSL | 16.09º | 0.82% | 0.43% | - |
| HSV(B) | 16.09º | 0.9% | 0.78% | - |
| XYZ | 25.41 | 16.07 | 2.38 | - |
| YUV | 100.7 | 81.9 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 19 | 0 | 0.66 | 0.90 | 0.22 | 16.09 | 0.82 | 0.43 |
| Hex | C6 | 43 | 13 | 0 | 42 | 5A | 16 | 10 | 52 | 2B |
| Octal | 306 | 103 | 23 | 0 | 102 | 132 | 26 | 20 | 122 | 53 |
| Binary | 11000110 | 1000011 | 10011 | 0 | 1000010 | 1011010 | 10110 | 10000 | 1010010 | 101011 |
Color Harmonies of #C64313
Complementary color
Monochromatic Colors of #C64313
Black with #C64313
Text Example
Text Example
White with #C64313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64313; }
p { color: rgb(198,67,19); }
H1.HeaderClassName
{
color: #C64313;
}
.AnyTagClassName
{
color: #C64313;
}
</style>
background-color css
<style>
a { background-color: #C64313; }
a { background-color: rgb(198,67,19); }
div.DivClassName
{
background-color: #C64313;
}
.BgClassName
{
background-color: #C64313;
}
</style>
border-color css
<style>
span { border-color: #C64313; }
span { border-color: rgb(198,67,19); }
td.TdClassName
{
border-color: #C64313;
}
.TagClassName
{
border-color: #C64313;
}
</style>