Shades of Rust #C64102
Tints of Rust #C64102
RGB
CMYK
RGB Variations
Color information
#C64102 (or 0xC64102) is known color: Rust. HEX triplet: C6, 41 and 02. RGB value is (198,65,2). Sum of RGB (Red+Green+Blue) = 198+65+2=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C64102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64102 is #39BEFD. Grayscale: #616161. Windows color (decimal): -3784446 or 147910. OLE color: 147910.
HSL color Cylindrical-coordinate representation of color #C64102: hue angle of 19.29º 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 #C64102 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.22 |
| HSL | 19.29º | 0.98% | 0.39% | - |
| HSV(B) | 19.29º | 0.99% | 0.78% | - |
| XYZ | 25.19 | 15.79 | 1.78 | - |
| YUV | 97.59 | 74.06 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 2 | 0 | 0.67 | 0.99 | 0.22 | 19.29 | 0.98 | 0.39 |
| Hex | C6 | 41 | 2 | 0 | 43 | 63 | 16 | 13 | 62 | 27 |
| Octal | 306 | 101 | 2 | 0 | 103 | 143 | 26 | 23 | 142 | 47 |
| Binary | 11000110 | 1000001 | 10 | 0 | 1000011 | 1100011 | 10110 | 10011 | 1100010 | 100111 |
Color Harmonies of #C64102
Complementary color
Monochromatic Colors of #C64102
Black with #C64102
Text Example
Text Example
White with #C64102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64102; }
p { color: rgb(198,65,2); }
H1.HeaderClassName
{
color: #C64102;
}
.AnyTagClassName
{
color: #C64102;
}
</style>
background-color css
<style>
a { background-color: #C64102; }
a { background-color: rgb(198,65,2); }
div.DivClassName
{
background-color: #C64102;
}
.BgClassName
{
background-color: #C64102;
}
</style>
border-color css
<style>
span { border-color: #C64102; }
span { border-color: rgb(198,65,2); }
td.TdClassName
{
border-color: #C64102;
}
.TagClassName
{
border-color: #C64102;
}
</style>