Shades of Rust #C03902
Tints of Rust #C03902
RGB
CMYK
RGB Variations
Color information
#C03902 (or 0xC03902) is known color: Rust. HEX triplet: C0, 39 and 02. RGB value is (192,57,2). Sum of RGB (Red+Green+Blue) = 192+57+2=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C03902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03902 is #3FC6FD. Grayscale: #5B5B5B. Windows color (decimal): -4179710 or 145856. OLE color: 145856.
HSL color Cylindrical-coordinate representation of color #C03902: hue angle of 17.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C03902 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.25 |
| HSL | 17.37º | 0.98% | 0.38% | - |
| HSV(B) | 17.37º | 0.99% | 0.75% | - |
| XYZ | 23.21 | 14.14 | 1.56 | - |
| YUV | 91.1 | 77.73 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 2 | 0 | 0.70 | 0.99 | 0.25 | 17.37 | 0.98 | 0.38 |
| Hex | C0 | 39 | 2 | 0 | 46 | 63 | 19 | 11 | 62 | 26 |
| Octal | 300 | 71 | 2 | 0 | 106 | 143 | 31 | 21 | 142 | 46 |
| Binary | 11000000 | 111001 | 10 | 0 | 1000110 | 1100011 | 11001 | 10001 | 1100010 | 100110 |
Color Harmonies of #C03902
Complementary color
Monochromatic Colors of #C03902
Black with #C03902
Text Example
Text Example
White with #C03902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03902; }
p { color: rgb(192,57,2); }
H1.HeaderClassName
{
color: #C03902;
}
.AnyTagClassName
{
color: #C03902;
}
</style>
background-color css
<style>
a { background-color: #C03902; }
a { background-color: rgb(192,57,2); }
div.DivClassName
{
background-color: #C03902;
}
.BgClassName
{
background-color: #C03902;
}
</style>
border-color css
<style>
span { border-color: #C03902; }
span { border-color: rgb(192,57,2); }
td.TdClassName
{
border-color: #C03902;
}
.TagClassName
{
border-color: #C03902;
}
</style>