Shades of Rust #C64502
Tints of Rust #C64502
RGB
CMYK
RGB Variations
Color information
#C64502 (or 0xC64502) is known color: Rust. HEX triplet: C6, 45 and 02. RGB value is (198,69,2). Sum of RGB (Red+Green+Blue) = 198+69+2=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C64502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64502 is #39BAFD. Grayscale: #646464. Windows color (decimal): -3783422 or 148934. OLE color: 148934.
HSL color Cylindrical-coordinate representation of color #C64502: hue angle of 20.51º 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 #C64502 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.22 |
| HSL | 20.51º | 0.98% | 0.39% | - |
| HSV(B) | 20.51º | 0.99% | 0.78% | - |
| XYZ | 25.43 | 16.27 | 1.86 | - |
| YUV | 99.93 | 72.74 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 2 | 0 | 0.65 | 0.99 | 0.22 | 20.51 | 0.98 | 0.39 |
| Hex | C6 | 45 | 2 | 0 | 41 | 63 | 16 | 15 | 62 | 27 |
| Octal | 306 | 105 | 2 | 0 | 101 | 143 | 26 | 25 | 142 | 47 |
| Binary | 11000110 | 1000101 | 10 | 0 | 1000001 | 1100011 | 10110 | 10101 | 1100010 | 100111 |
Color Harmonies of #C64502
Complementary color
Monochromatic Colors of #C64502
Black with #C64502
Text Example
Text Example
White with #C64502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64502; }
p { color: rgb(198,69,2); }
H1.HeaderClassName
{
color: #C64502;
}
.AnyTagClassName
{
color: #C64502;
}
</style>
background-color css
<style>
a { background-color: #C64502; }
a { background-color: rgb(198,69,2); }
div.DivClassName
{
background-color: #C64502;
}
.BgClassName
{
background-color: #C64502;
}
</style>
border-color css
<style>
span { border-color: #C64502; }
span { border-color: rgb(198,69,2); }
td.TdClassName
{
border-color: #C64502;
}
.TagClassName
{
border-color: #C64502;
}
</style>