Shades of Rust #C64103
Tints of Rust #C64103
RGB
CMYK
RGB Variations
Color information
#C64103 (or 0xC64103) is known color: Rust. HEX triplet: C6, 41 and 03. RGB value is (198,65,3). Sum of RGB (Red+Green+Blue) = 198+65+3=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C64103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64103 is #39BEFC. Grayscale: #626262. Windows color (decimal): -3784445 or 213446. OLE color: 213446.
HSL color Cylindrical-coordinate representation of color #C64103: hue angle of 19.08º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C64103 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.22 |
| HSL | 19.08º | 0.97% | 0.39% | - |
| HSV(B) | 19.08º | 0.98% | 0.78% | - |
| XYZ | 25.2 | 15.79 | 1.81 | - |
| YUV | 97.7 | 74.56 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 3 | 0 | 0.67 | 0.98 | 0.22 | 19.08 | 0.97 | 0.39 |
| Hex | C6 | 41 | 3 | 0 | 43 | 62 | 16 | 13 | 61 | 27 |
| Octal | 306 | 101 | 3 | 0 | 103 | 142 | 26 | 23 | 141 | 47 |
| Binary | 11000110 | 1000001 | 11 | 0 | 1000011 | 1100010 | 10110 | 10011 | 1100001 | 100111 |
Color Harmonies of #C64103
Complementary color
Monochromatic Colors of #C64103
Black with #C64103
Text Example
Text Example
White with #C64103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64103; }
p { color: rgb(198,65,3); }
H1.HeaderClassName
{
color: #C64103;
}
.AnyTagClassName
{
color: #C64103;
}
</style>
background-color css
<style>
a { background-color: #C64103; }
a { background-color: rgb(198,65,3); }
div.DivClassName
{
background-color: #C64103;
}
.BgClassName
{
background-color: #C64103;
}
</style>
border-color css
<style>
span { border-color: #C64103; }
span { border-color: rgb(198,65,3); }
td.TdClassName
{
border-color: #C64103;
}
.TagClassName
{
border-color: #C64103;
}
</style>