Shades of Rust #C04B18
Tints of Rust #C04B18
RGB
CMYK
RGB Variations
Color information
#C04B18 (or 0xC04B18) is known color: Rust. HEX triplet: C0, 4B and 18. RGB value is (192,75,24). Sum of RGB (Red+Green+Blue) = 192+75+24=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B18 is #3FB4E7. Grayscale: #686868. Windows color (decimal): -4175080 or 1592256. OLE color: 1592256.
HSL color Cylindrical-coordinate representation of color #C04B18: hue angle of 18.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C04B18 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 24 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.25 |
| HSL | 18.21º | 0.78% | 0.42% | - |
| HSV(B) | 18.21º | 0.88% | 0.75% | - |
| XYZ | 24.42 | 16.3 | 2.72 | - |
| YUV | 104.17 | 82.76 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 24 | 0 | 0.61 | 0.88 | 0.25 | 18.21 | 0.78 | 0.42 |
| Hex | C0 | 4B | 18 | 0 | 3D | 58 | 19 | 12 | 4E | 2A |
| Octal | 300 | 113 | 30 | 0 | 75 | 130 | 31 | 22 | 116 | 52 |
| Binary | 11000000 | 1001011 | 11000 | 0 | 111101 | 1011000 | 11001 | 10010 | 1001110 | 101010 |
Color Harmonies of #C04B18
Complementary color
Monochromatic Colors of #C04B18
Black with #C04B18
Text Example
Text Example
White with #C04B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B18; }
p { color: rgb(192,75,24); }
H1.HeaderClassName
{
color: #C04B18;
}
.AnyTagClassName
{
color: #C04B18;
}
</style>
background-color css
<style>
a { background-color: #C04B18; }
a { background-color: rgb(192,75,24); }
div.DivClassName
{
background-color: #C04B18;
}
.BgClassName
{
background-color: #C04B18;
}
</style>
border-color css
<style>
span { border-color: #C04B18; }
span { border-color: rgb(192,75,24); }
td.TdClassName
{
border-color: #C04B18;
}
.TagClassName
{
border-color: #C04B18;
}
</style>