Shades of Rust #C74403
Tints of Rust #C74403
RGB
CMYK
RGB Variations
Color information
#C74403 (or 0xC74403) is known color: Rust. HEX triplet: C7, 44 and 03. RGB value is (199,68,3). Sum of RGB (Red+Green+Blue) = 199+68+3=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C74403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74403 is #38BBFC. Grayscale: #646464. Windows color (decimal): -3718141 or 214215. OLE color: 214215.
HSL color Cylindrical-coordinate representation of color #C74403: hue angle of 19.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C74403 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.22 |
| HSL | 19.9º | 0.97% | 0.4% | - |
| HSV(B) | 19.9º | 0.98% | 0.78% | - |
| XYZ | 25.64 | 16.28 | 1.88 | - |
| YUV | 99.76 | 73.4 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 3 | 0 | 0.66 | 0.98 | 0.22 | 19.9 | 0.97 | 0.4 |
| Hex | C7 | 44 | 3 | 0 | 42 | 62 | 16 | 14 | 61 | 28 |
| Octal | 307 | 104 | 3 | 0 | 102 | 142 | 26 | 24 | 141 | 50 |
| Binary | 11000111 | 1000100 | 11 | 0 | 1000010 | 1100010 | 10110 | 10100 | 1100001 | 101000 |
Color Harmonies of #C74403
Complementary color
Monochromatic Colors of #C74403
Black with #C74403
Text Example
Text Example
White with #C74403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74403; }
p { color: rgb(199,68,3); }
H1.HeaderClassName
{
color: #C74403;
}
.AnyTagClassName
{
color: #C74403;
}
</style>
background-color css
<style>
a { background-color: #C74403; }
a { background-color: rgb(199,68,3); }
div.DivClassName
{
background-color: #C74403;
}
.BgClassName
{
background-color: #C74403;
}
</style>
border-color css
<style>
span { border-color: #C74403; }
span { border-color: rgb(199,68,3); }
td.TdClassName
{
border-color: #C74403;
}
.TagClassName
{
border-color: #C74403;
}
</style>