Shades of Rust #C04908
Tints of Rust #C04908
RGB
CMYK
RGB Variations
Color information
#C04908 (or 0xC04908) is known color: Rust. HEX triplet: C0, 49 and 08. RGB value is (192,73,8). Sum of RGB (Red+Green+Blue) = 192+73+8=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C04908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04908 is #3FB6F7. Grayscale: #656565. Windows color (decimal): -4175608 or 543168. OLE color: 543168.
HSL color Cylindrical-coordinate representation of color #C04908: hue angle of 21.2º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C04908 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.25 |
| HSL | 21.2º | 0.92% | 0.39% | - |
| HSV(B) | 21.2º | 0.96% | 0.75% | - |
| XYZ | 24.16 | 15.99 | 2.04 | - |
| YUV | 101.17 | 75.42 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 8 | 0 | 0.62 | 0.96 | 0.25 | 21.2 | 0.92 | 0.39 |
| Hex | C0 | 49 | 8 | 0 | 3E | 60 | 19 | 15 | 5C | 27 |
| Octal | 300 | 111 | 10 | 0 | 76 | 140 | 31 | 25 | 134 | 47 |
| Binary | 11000000 | 1001001 | 1000 | 0 | 111110 | 1100000 | 11001 | 10101 | 1011100 | 100111 |
Color Harmonies of #C04908
Complementary color
Monochromatic Colors of #C04908
Black with #C04908
Text Example
Text Example
White with #C04908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04908; }
p { color: rgb(192,73,8); }
H1.HeaderClassName
{
color: #C04908;
}
.AnyTagClassName
{
color: #C04908;
}
</style>
background-color css
<style>
a { background-color: #C04908; }
a { background-color: rgb(192,73,8); }
div.DivClassName
{
background-color: #C04908;
}
.BgClassName
{
background-color: #C04908;
}
</style>
border-color css
<style>
span { border-color: #C04908; }
span { border-color: rgb(192,73,8); }
td.TdClassName
{
border-color: #C04908;
}
.TagClassName
{
border-color: #C04908;
}
</style>