Shades of Rust #C04902
Tints of Rust #C04902
RGB
CMYK
RGB Variations
Color information
#C04902 (or 0xC04902) is known color: Rust. HEX triplet: C0, 49 and 02. RGB value is (192,73,2). Sum of RGB (Red+Green+Blue) = 192+73+2=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C04902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04902 is #3FB6FD. Grayscale: #646464. Windows color (decimal): -4175614 or 149952. OLE color: 149952.
HSL color Cylindrical-coordinate representation of color #C04902: hue angle of 22.42º 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 #C04902 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.25 |
| HSL | 22.42º | 0.98% | 0.38% | - |
| HSV(B) | 22.42º | 0.99% | 0.75% | - |
| XYZ | 24.13 | 15.98 | 1.87 | - |
| YUV | 100.49 | 72.42 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 2 | 0 | 0.62 | 0.99 | 0.25 | 22.42 | 0.98 | 0.38 |
| Hex | C0 | 49 | 2 | 0 | 3E | 63 | 19 | 16 | 62 | 26 |
| Octal | 300 | 111 | 2 | 0 | 76 | 143 | 31 | 26 | 142 | 46 |
| Binary | 11000000 | 1001001 | 10 | 0 | 111110 | 1100011 | 11001 | 10110 | 1100010 | 100110 |
Color Harmonies of #C04902
Complementary color
Monochromatic Colors of #C04902
Black with #C04902
Text Example
Text Example
White with #C04902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04902; }
p { color: rgb(192,73,2); }
H1.HeaderClassName
{
color: #C04902;
}
.AnyTagClassName
{
color: #C04902;
}
</style>
background-color css
<style>
a { background-color: #C04902; }
a { background-color: rgb(192,73,2); }
div.DivClassName
{
background-color: #C04902;
}
.BgClassName
{
background-color: #C04902;
}
</style>
border-color css
<style>
span { border-color: #C04902; }
span { border-color: rgb(192,73,2); }
td.TdClassName
{
border-color: #C04902;
}
.TagClassName
{
border-color: #C04902;
}
</style>