Shades of Rust #C64303
Tints of Rust #C64303
RGB
CMYK
RGB Variations
Color information
#C64303 (or 0xC64303) is known color: Rust. HEX triplet: C6, 43 and 03. RGB value is (198,67,3). Sum of RGB (Red+Green+Blue) = 198+67+3=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C64303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64303 is #39BCFC. Grayscale: #636363. Windows color (decimal): -3783933 or 213958. OLE color: 213958.
HSL color Cylindrical-coordinate representation of color #C64303: hue angle of 19.69º 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 #C64303 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.22 |
| HSL | 19.69º | 0.97% | 0.39% | - |
| HSV(B) | 19.69º | 0.98% | 0.78% | - |
| XYZ | 25.31 | 16.03 | 1.85 | - |
| YUV | 98.87 | 73.9 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 3 | 0 | 0.66 | 0.98 | 0.22 | 19.69 | 0.97 | 0.39 |
| Hex | C6 | 43 | 3 | 0 | 42 | 62 | 16 | 14 | 61 | 27 |
| Octal | 306 | 103 | 3 | 0 | 102 | 142 | 26 | 24 | 141 | 47 |
| Binary | 11000110 | 1000011 | 11 | 0 | 1000010 | 1100010 | 10110 | 10100 | 1100001 | 100111 |
Color Harmonies of #C64303
Complementary color
Monochromatic Colors of #C64303
Black with #C64303
Text Example
Text Example
White with #C64303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64303; }
p { color: rgb(198,67,3); }
H1.HeaderClassName
{
color: #C64303;
}
.AnyTagClassName
{
color: #C64303;
}
</style>
background-color css
<style>
a { background-color: #C64303; }
a { background-color: rgb(198,67,3); }
div.DivClassName
{
background-color: #C64303;
}
.BgClassName
{
background-color: #C64303;
}
</style>
border-color css
<style>
span { border-color: #C64303; }
span { border-color: rgb(198,67,3); }
td.TdClassName
{
border-color: #C64303;
}
.TagClassName
{
border-color: #C64303;
}
</style>