Shades of Rust #C04400
Tints of Rust #C04400
RGB
CMYK
RGB Variations
Color information
#C04400 (or 0xC04400) is known color: Rust. HEX triplet: C0, 44 and 00. RGB value is (192,68,0). Sum of RGB (Red+Green+Blue) = 192+68+0=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C04400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04400 is #3FBBFF. Grayscale: #616161. Windows color (decimal): -4176896 or 17600. OLE color: 17600.
HSL color Cylindrical-coordinate representation of color #C04400: hue angle of 21.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C04400 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.25 |
| HSL | 21.25º | 1% | 0.38% | - |
| HSV(B) | 21.25º | 1% | 0.75% | - |
| XYZ | 23.81 | 15.34 | 1.71 | - |
| YUV | 97.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 0 | 0 | 0.65 | 1 | 0.25 | 21.25 | 1 | 0.38 |
| Hex | C0 | 44 | 0 | 0 | 41 | 64 | 19 | 15 | 64 | 26 |
| Octal | 300 | 104 | 0 | 0 | 101 | 144 | 31 | 25 | 144 | 46 |
| Binary | 11000000 | 1000100 | 0 | 0 | 1000001 | 1100100 | 11001 | 10101 | 1100100 | 100110 |
Color Harmonies of #C04400
Complementary color
Monochromatic Colors of #C04400
Black with #C04400
Text Example
Text Example
White with #C04400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04400; }
p { color: rgb(192,68,0); }
H1.HeaderClassName
{
color: #C04400;
}
.AnyTagClassName
{
color: #C04400;
}
</style>
background-color css
<style>
a { background-color: #C04400; }
a { background-color: rgb(192,68,0); }
div.DivClassName
{
background-color: #C04400;
}
.BgClassName
{
background-color: #C04400;
}
</style>
border-color css
<style>
span { border-color: #C04400; }
span { border-color: rgb(192,68,0); }
td.TdClassName
{
border-color: #C04400;
}
.TagClassName
{
border-color: #C04400;
}
</style>