Shades of Rust #C64202
Tints of Rust #C64202
RGB
CMYK
RGB Variations
Color information
#C64202 (or 0xC64202) is known color: Rust. HEX triplet: C6, 42 and 02. RGB value is (198,66,2). Sum of RGB (Red+Green+Blue) = 198+66+2=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C64202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64202 is #39BDFD. Grayscale: #626262. Windows color (decimal): -3784190 or 148166. OLE color: 148166.
HSL color Cylindrical-coordinate representation of color #C64202: hue angle of 19.59º degrees, saturation: 0.98, 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 #C64202 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.22 |
| HSL | 19.59º | 0.98% | 0.39% | - |
| HSV(B) | 19.59º | 0.99% | 0.78% | - |
| XYZ | 25.25 | 15.91 | 1.8 | - |
| YUV | 98.17 | 73.73 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 2 | 0 | 0.67 | 0.99 | 0.22 | 19.59 | 0.98 | 0.39 |
| Hex | C6 | 42 | 2 | 0 | 43 | 63 | 16 | 14 | 62 | 27 |
| Octal | 306 | 102 | 2 | 0 | 103 | 143 | 26 | 24 | 142 | 47 |
| Binary | 11000110 | 1000010 | 10 | 0 | 1000011 | 1100011 | 10110 | 10100 | 1100010 | 100111 |
Color Harmonies of #C64202
Complementary color
Monochromatic Colors of #C64202
Black with #C64202
Text Example
Text Example
White with #C64202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64202; }
p { color: rgb(198,66,2); }
H1.HeaderClassName
{
color: #C64202;
}
.AnyTagClassName
{
color: #C64202;
}
</style>
background-color css
<style>
a { background-color: #C64202; }
a { background-color: rgb(198,66,2); }
div.DivClassName
{
background-color: #C64202;
}
.BgClassName
{
background-color: #C64202;
}
</style>
border-color css
<style>
span { border-color: #C64202; }
span { border-color: rgb(198,66,2); }
td.TdClassName
{
border-color: #C64202;
}
.TagClassName
{
border-color: #C64202;
}
</style>