Shades of Rust #C64403
Tints of Rust #C64403
RGB
CMYK
RGB Variations
Color information
#C64403 (or 0xC64403) is known color: Rust. HEX triplet: C6, 44 and 03. RGB value is (198,68,3). Sum of RGB (Red+Green+Blue) = 198+68+3=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C64403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64403 is #39BBFC. Grayscale: #636363. Windows color (decimal): -3783677 or 214214. OLE color: 214214.
HSL color Cylindrical-coordinate representation of color #C64403: hue angle of 20º 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 #C64403 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.22 |
| HSL | 20º | 0.97% | 0.39% | - |
| HSV(B) | 20º | 0.98% | 0.78% | - |
| XYZ | 25.37 | 16.15 | 1.87 | - |
| YUV | 99.46 | 73.57 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 3 | 0 | 0.66 | 0.98 | 0.22 | 20 | 0.97 | 0.39 |
| Hex | C6 | 44 | 3 | 0 | 42 | 62 | 16 | 14 | 61 | 27 |
| Octal | 306 | 104 | 3 | 0 | 102 | 142 | 26 | 24 | 141 | 47 |
| Binary | 11000110 | 1000100 | 11 | 0 | 1000010 | 1100010 | 10110 | 10100 | 1100001 | 100111 |
Color Harmonies of #C64403
Complementary color
Monochromatic Colors of #C64403
Black with #C64403
Text Example
Text Example
White with #C64403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64403; }
p { color: rgb(198,68,3); }
H1.HeaderClassName
{
color: #C64403;
}
.AnyTagClassName
{
color: #C64403;
}
</style>
background-color css
<style>
a { background-color: #C64403; }
a { background-color: rgb(198,68,3); }
div.DivClassName
{
background-color: #C64403;
}
.BgClassName
{
background-color: #C64403;
}
</style>
border-color css
<style>
span { border-color: #C64403; }
span { border-color: rgb(198,68,3); }
td.TdClassName
{
border-color: #C64403;
}
.TagClassName
{
border-color: #C64403;
}
</style>