Shades of Rust #C64101
Tints of Rust #C64101
RGB
CMYK
RGB Variations
Color information
#C64101 (or 0xC64101) is known color: Rust. HEX triplet: C6, 41 and 01. RGB value is (198,65,1). Sum of RGB (Red+Green+Blue) = 198+65+1=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C64101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64101 is #39BEFE. Grayscale: #616161. Windows color (decimal): -3784447 or 82374. OLE color: 82374.
HSL color Cylindrical-coordinate representation of color #C64101: hue angle of 19.49º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C64101 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.22 |
| HSL | 19.49º | 0.99% | 0.39% | - |
| HSV(B) | 19.49º | 0.99% | 0.78% | - |
| XYZ | 25.18 | 15.79 | 1.75 | - |
| YUV | 97.47 | 73.56 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 1 | 0 | 0.67 | 0.99 | 0.22 | 19.49 | 0.99 | 0.39 |
| Hex | C6 | 41 | 1 | 0 | 43 | 63 | 16 | 13 | 63 | 27 |
| Octal | 306 | 101 | 1 | 0 | 103 | 143 | 26 | 23 | 143 | 47 |
| Binary | 11000110 | 1000001 | 1 | 0 | 1000011 | 1100011 | 10110 | 10011 | 1100011 | 100111 |
Color Harmonies of #C64101
Complementary color
Monochromatic Colors of #C64101
Black with #C64101
Text Example
Text Example
White with #C64101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64101; }
p { color: rgb(198,65,1); }
H1.HeaderClassName
{
color: #C64101;
}
.AnyTagClassName
{
color: #C64101;
}
</style>
background-color css
<style>
a { background-color: #C64101; }
a { background-color: rgb(198,65,1); }
div.DivClassName
{
background-color: #C64101;
}
.BgClassName
{
background-color: #C64101;
}
</style>
border-color css
<style>
span { border-color: #C64101; }
span { border-color: rgb(198,65,1); }
td.TdClassName
{
border-color: #C64101;
}
.TagClassName
{
border-color: #C64101;
}
</style>