Shades of Rust #C03802
Tints of Rust #C03802
RGB
CMYK
RGB Variations
Color information
#C03802 (or 0xC03802) is known color: Rust. HEX triplet: C0, 38 and 02. RGB value is (192,56,2). Sum of RGB (Red+Green+Blue) = 192+56+2=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C03802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03802 is #3FC7FD. Grayscale: #5A5A5A. Windows color (decimal): -4179966 or 145600. OLE color: 145600.
HSL color Cylindrical-coordinate representation of color #C03802: hue angle of 17.05º 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 #C03802 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.25 |
| HSL | 17.05º | 0.98% | 0.38% | - |
| HSV(B) | 17.05º | 0.99% | 0.75% | - |
| XYZ | 23.16 | 14.04 | 1.55 | - |
| YUV | 90.51 | 78.06 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 2 | 0 | 0.71 | 0.99 | 0.25 | 17.05 | 0.98 | 0.38 |
| Hex | C0 | 38 | 2 | 0 | 47 | 63 | 19 | 11 | 62 | 26 |
| Octal | 300 | 70 | 2 | 0 | 107 | 143 | 31 | 21 | 142 | 46 |
| Binary | 11000000 | 111000 | 10 | 0 | 1000111 | 1100011 | 11001 | 10001 | 1100010 | 100110 |
Color Harmonies of #C03802
Complementary color
Monochromatic Colors of #C03802
Black with #C03802
Text Example
Text Example
White with #C03802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03802; }
p { color: rgb(192,56,2); }
H1.HeaderClassName
{
color: #C03802;
}
.AnyTagClassName
{
color: #C03802;
}
</style>
background-color css
<style>
a { background-color: #C03802; }
a { background-color: rgb(192,56,2); }
div.DivClassName
{
background-color: #C03802;
}
.BgClassName
{
background-color: #C03802;
}
</style>
border-color css
<style>
span { border-color: #C03802; }
span { border-color: rgb(192,56,2); }
td.TdClassName
{
border-color: #C03802;
}
.TagClassName
{
border-color: #C03802;
}
</style>