Shades of Rust #C64203
Tints of Rust #C64203
RGB
CMYK
RGB Variations
Color information
#C64203 (or 0xC64203) is known color: Rust. HEX triplet: C6, 42 and 03. RGB value is (198,66,3). Sum of RGB (Red+Green+Blue) = 198+66+3=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C64203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64203 is #39BDFC. Grayscale: #626262. Windows color (decimal): -3784189 or 213702. OLE color: 213702.
HSL color Cylindrical-coordinate representation of color #C64203: hue angle of 19.38º 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 #C64203 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.22 |
| HSL | 19.38º | 0.97% | 0.39% | - |
| HSV(B) | 19.38º | 0.98% | 0.78% | - |
| XYZ | 25.25 | 15.91 | 1.83 | - |
| YUV | 98.29 | 74.23 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 3 | 0 | 0.67 | 0.98 | 0.22 | 19.38 | 0.97 | 0.39 |
| Hex | C6 | 42 | 3 | 0 | 43 | 62 | 16 | 13 | 61 | 27 |
| Octal | 306 | 102 | 3 | 0 | 103 | 142 | 26 | 23 | 141 | 47 |
| Binary | 11000110 | 1000010 | 11 | 0 | 1000011 | 1100010 | 10110 | 10011 | 1100001 | 100111 |
Color Harmonies of #C64203
Complementary color
Monochromatic Colors of #C64203
Black with #C64203
Text Example
Text Example
White with #C64203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64203; }
p { color: rgb(198,66,3); }
H1.HeaderClassName
{
color: #C64203;
}
.AnyTagClassName
{
color: #C64203;
}
</style>
background-color css
<style>
a { background-color: #C64203; }
a { background-color: rgb(198,66,3); }
div.DivClassName
{
background-color: #C64203;
}
.BgClassName
{
background-color: #C64203;
}
</style>
border-color css
<style>
span { border-color: #C64203; }
span { border-color: rgb(198,66,3); }
td.TdClassName
{
border-color: #C64203;
}
.TagClassName
{
border-color: #C64203;
}
</style>