Shades of Rust #C74402
Tints of Rust #C74402
RGB
CMYK
RGB Variations
Color information
#C74402 (or 0xC74402) is known color: Rust. HEX triplet: C7, 44 and 02. RGB value is (199,68,2). Sum of RGB (Red+Green+Blue) = 199+68+2=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C74402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74402 is #38BBFD. Grayscale: #646464. Windows color (decimal): -3718142 or 148679. OLE color: 148679.
HSL color Cylindrical-coordinate representation of color #C74402: hue angle of 20.1º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C74402 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.22 |
| HSL | 20.1º | 0.98% | 0.39% | - |
| HSV(B) | 20.1º | 0.99% | 0.78% | - |
| XYZ | 25.63 | 16.28 | 1.85 | - |
| YUV | 99.65 | 72.9 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 2 | 0 | 0.66 | 0.99 | 0.22 | 20.1 | 0.98 | 0.39 |
| Hex | C7 | 44 | 2 | 0 | 42 | 63 | 16 | 14 | 62 | 27 |
| Octal | 307 | 104 | 2 | 0 | 102 | 143 | 26 | 24 | 142 | 47 |
| Binary | 11000111 | 1000100 | 10 | 0 | 1000010 | 1100011 | 10110 | 10100 | 1100010 | 100111 |
Color Harmonies of #C74402
Complementary color
Monochromatic Colors of #C74402
Black with #C74402
Text Example
Text Example
White with #C74402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74402; }
p { color: rgb(199,68,2); }
H1.HeaderClassName
{
color: #C74402;
}
.AnyTagClassName
{
color: #C74402;
}
</style>
background-color css
<style>
a { background-color: #C74402; }
a { background-color: rgb(199,68,2); }
div.DivClassName
{
background-color: #C74402;
}
.BgClassName
{
background-color: #C74402;
}
</style>
border-color css
<style>
span { border-color: #C74402; }
span { border-color: rgb(199,68,2); }
td.TdClassName
{
border-color: #C74402;
}
.TagClassName
{
border-color: #C74402;
}
</style>