Shades of Rust #C74202
Tints of Rust #C74202
RGB
CMYK
RGB Variations
Color information
#C74202 (or 0xC74202) is known color: Rust. HEX triplet: C7, 42 and 02. RGB value is (199,66,2). Sum of RGB (Red+Green+Blue) = 199+66+2=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C74202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74202 is #38BDFD. Grayscale: #626262. Windows color (decimal): -3718654 or 148167. OLE color: 148167.
HSL color Cylindrical-coordinate representation of color #C74202: hue angle of 19.49º 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 #C74202 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.22 |
| HSL | 19.49º | 0.98% | 0.39% | - |
| HSV(B) | 19.49º | 0.99% | 0.78% | - |
| XYZ | 25.51 | 16.04 | 1.81 | - |
| YUV | 98.47 | 73.56 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 2 | 0 | 0.67 | 0.99 | 0.22 | 19.49 | 0.98 | 0.39 |
| Hex | C7 | 42 | 2 | 0 | 43 | 63 | 16 | 13 | 62 | 27 |
| Octal | 307 | 102 | 2 | 0 | 103 | 143 | 26 | 23 | 142 | 47 |
| Binary | 11000111 | 1000010 | 10 | 0 | 1000011 | 1100011 | 10110 | 10011 | 1100010 | 100111 |
Color Harmonies of #C74202
Complementary color
Monochromatic Colors of #C74202
Black with #C74202
Text Example
Text Example
White with #C74202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74202; }
p { color: rgb(199,66,2); }
H1.HeaderClassName
{
color: #C74202;
}
.AnyTagClassName
{
color: #C74202;
}
</style>
background-color css
<style>
a { background-color: #C74202; }
a { background-color: rgb(199,66,2); }
div.DivClassName
{
background-color: #C74202;
}
.BgClassName
{
background-color: #C74202;
}
</style>
border-color css
<style>
span { border-color: #C74202; }
span { border-color: rgb(199,66,2); }
td.TdClassName
{
border-color: #C74202;
}
.TagClassName
{
border-color: #C74202;
}
</style>