Shades of Rust #C04901
Tints of Rust #C04901
RGB
CMYK
RGB Variations
Color information
#C04901 (or 0xC04901) is known color: Rust. HEX triplet: C0, 49 and 01. RGB value is (192,73,1). Sum of RGB (Red+Green+Blue) = 192+73+1=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C04901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04901 is #3FB6FE. Grayscale: #646464. Windows color (decimal): -4175615 or 84416. OLE color: 84416.
HSL color Cylindrical-coordinate representation of color #C04901: hue angle of 22.62º degrees, saturation: 0.99, 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 #C04901 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.25 |
| HSL | 22.62º | 0.99% | 0.38% | - |
| HSV(B) | 22.62º | 0.99% | 0.75% | - |
| XYZ | 24.13 | 15.97 | 1.84 | - |
| YUV | 100.37 | 71.92 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 1 | 0 | 0.62 | 0.99 | 0.25 | 22.62 | 0.99 | 0.38 |
| Hex | C0 | 49 | 1 | 0 | 3E | 63 | 19 | 17 | 63 | 26 |
| Octal | 300 | 111 | 1 | 0 | 76 | 143 | 31 | 27 | 143 | 46 |
| Binary | 11000000 | 1001001 | 1 | 0 | 111110 | 1100011 | 11001 | 10111 | 1100011 | 100110 |
Color Harmonies of #C04901
Complementary color
Monochromatic Colors of #C04901
Black with #C04901
Text Example
Text Example
White with #C04901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04901; }
p { color: rgb(192,73,1); }
H1.HeaderClassName
{
color: #C04901;
}
.AnyTagClassName
{
color: #C04901;
}
</style>
background-color css
<style>
a { background-color: #C04901; }
a { background-color: rgb(192,73,1); }
div.DivClassName
{
background-color: #C04901;
}
.BgClassName
{
background-color: #C04901;
}
</style>
border-color css
<style>
span { border-color: #C04901; }
span { border-color: rgb(192,73,1); }
td.TdClassName
{
border-color: #C04901;
}
.TagClassName
{
border-color: #C04901;
}
</style>