Shades of Rust #C04803
Tints of Rust #C04803
RGB
CMYK
RGB Variations
Color information
#C04803 (or 0xC04803) is known color: Rust. HEX triplet: C0, 48 and 03. RGB value is (192,72,3). Sum of RGB (Red+Green+Blue) = 192+72+3=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C04803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04803 is #3FB7FC. Grayscale: #646464. Windows color (decimal): -4175869 or 215232. OLE color: 215232.
HSL color Cylindrical-coordinate representation of color #C04803: hue angle of 21.9º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C04803 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.25 |
| HSL | 21.9º | 0.97% | 0.38% | - |
| HSV(B) | 21.9º | 0.98% | 0.75% | - |
| XYZ | 24.07 | 15.85 | 1.88 | - |
| YUV | 100.01 | 73.26 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 3 | 0 | 0.63 | 0.98 | 0.25 | 21.9 | 0.97 | 0.38 |
| Hex | C0 | 48 | 3 | 0 | 3F | 62 | 19 | 16 | 61 | 26 |
| Octal | 300 | 110 | 3 | 0 | 77 | 142 | 31 | 26 | 141 | 46 |
| Binary | 11000000 | 1001000 | 11 | 0 | 111111 | 1100010 | 11001 | 10110 | 1100001 | 100110 |
Color Harmonies of #C04803
Complementary color
Monochromatic Colors of #C04803
Black with #C04803
Text Example
Text Example
White with #C04803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04803; }
p { color: rgb(192,72,3); }
H1.HeaderClassName
{
color: #C04803;
}
.AnyTagClassName
{
color: #C04803;
}
</style>
background-color css
<style>
a { background-color: #C04803; }
a { background-color: rgb(192,72,3); }
div.DivClassName
{
background-color: #C04803;
}
.BgClassName
{
background-color: #C04803;
}
</style>
border-color css
<style>
span { border-color: #C04803; }
span { border-color: rgb(192,72,3); }
td.TdClassName
{
border-color: #C04803;
}
.TagClassName
{
border-color: #C04803;
}
</style>