Shades of Rust #C04403
Tints of Rust #C04403
RGB
CMYK
RGB Variations
Color information
#C04403 (or 0xC04403) is known color: Rust. HEX triplet: C0, 44 and 03. RGB value is (192,68,3). Sum of RGB (Red+Green+Blue) = 192+68+3=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C04403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04403 is #3FBBFC. Grayscale: #626262. Windows color (decimal): -4176893 or 214208. OLE color: 214208.
HSL color Cylindrical-coordinate representation of color #C04403: hue angle of 20.63º 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 #C04403 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.25 |
| HSL | 20.63º | 0.97% | 0.38% | - |
| HSV(B) | 20.63º | 0.98% | 0.75% | - |
| XYZ | 23.82 | 15.35 | 1.79 | - |
| YUV | 97.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 3 | 0 | 0.65 | 0.98 | 0.25 | 20.63 | 0.97 | 0.38 |
| Hex | C0 | 44 | 3 | 0 | 41 | 62 | 19 | 15 | 61 | 26 |
| Octal | 300 | 104 | 3 | 0 | 101 | 142 | 31 | 25 | 141 | 46 |
| Binary | 11000000 | 1000100 | 11 | 0 | 1000001 | 1100010 | 11001 | 10101 | 1100001 | 100110 |
Color Harmonies of #C04403
Complementary color
Monochromatic Colors of #C04403
Black with #C04403
Text Example
Text Example
White with #C04403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04403; }
p { color: rgb(192,68,3); }
H1.HeaderClassName
{
color: #C04403;
}
.AnyTagClassName
{
color: #C04403;
}
</style>
background-color css
<style>
a { background-color: #C04403; }
a { background-color: rgb(192,68,3); }
div.DivClassName
{
background-color: #C04403;
}
.BgClassName
{
background-color: #C04403;
}
</style>
border-color css
<style>
span { border-color: #C04403; }
span { border-color: rgb(192,68,3); }
td.TdClassName
{
border-color: #C04403;
}
.TagClassName
{
border-color: #C04403;
}
</style>