Shades of Rust #C74201
Tints of Rust #C74201
RGB
CMYK
RGB Variations
Color information
#C74201 (or 0xC74201) is known color: Rust. HEX triplet: C7, 42 and 01. RGB value is (199,66,1). Sum of RGB (Red+Green+Blue) = 199+66+1=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C74201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74201 is #38BDFE. Grayscale: #626262. Windows color (decimal): -3718655 or 82631. OLE color: 82631.
HSL color Cylindrical-coordinate representation of color #C74201: hue angle of 19.7º degrees, saturation: 0.99, 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 #C74201 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.22 |
| HSL | 19.7º | 0.99% | 0.39% | - |
| HSV(B) | 19.7º | 0.99% | 0.78% | - |
| XYZ | 25.51 | 16.04 | 1.78 | - |
| YUV | 98.36 | 73.06 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 1 | 0 | 0.67 | 0.99 | 0.22 | 19.7 | 0.99 | 0.39 |
| Hex | C7 | 42 | 1 | 0 | 43 | 63 | 16 | 14 | 63 | 27 |
| Octal | 307 | 102 | 1 | 0 | 103 | 143 | 26 | 24 | 143 | 47 |
| Binary | 11000111 | 1000010 | 1 | 0 | 1000011 | 1100011 | 10110 | 10100 | 1100011 | 100111 |
Color Harmonies of #C74201
Complementary color
Monochromatic Colors of #C74201
Black with #C74201
Text Example
Text Example
White with #C74201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74201; }
p { color: rgb(199,66,1); }
H1.HeaderClassName
{
color: #C74201;
}
.AnyTagClassName
{
color: #C74201;
}
</style>
background-color css
<style>
a { background-color: #C74201; }
a { background-color: rgb(199,66,1); }
div.DivClassName
{
background-color: #C74201;
}
.BgClassName
{
background-color: #C74201;
}
</style>
border-color css
<style>
span { border-color: #C74201; }
span { border-color: rgb(199,66,1); }
td.TdClassName
{
border-color: #C74201;
}
.TagClassName
{
border-color: #C74201;
}
</style>