Shades of Rust #C74101
Tints of Rust #C74101
RGB
CMYK
RGB Variations
Color information
#C74101 (or 0xC74101) is known color: Rust. HEX triplet: C7, 41 and 01. RGB value is (199,65,1). Sum of RGB (Red+Green+Blue) = 199+65+1=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C74101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74101 is #38BEFE. Grayscale: #626262. Windows color (decimal): -3718911 or 82375. OLE color: 82375.
HSL color Cylindrical-coordinate representation of color #C74101: hue angle of 19.39º 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 #C74101 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.22 |
| HSL | 19.39º | 0.99% | 0.39% | - |
| HSV(B) | 19.39º | 0.99% | 0.78% | - |
| XYZ | 25.45 | 15.92 | 1.76 | - |
| YUV | 97.77 | 73.39 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 1 | 0 | 0.67 | 0.99 | 0.22 | 19.39 | 0.99 | 0.39 |
| Hex | C7 | 41 | 1 | 0 | 43 | 63 | 16 | 13 | 63 | 27 |
| Octal | 307 | 101 | 1 | 0 | 103 | 143 | 26 | 23 | 143 | 47 |
| Binary | 11000111 | 1000001 | 1 | 0 | 1000011 | 1100011 | 10110 | 10011 | 1100011 | 100111 |
Color Harmonies of #C74101
Complementary color
Monochromatic Colors of #C74101
Black with #C74101
Text Example
Text Example
White with #C74101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74101; }
p { color: rgb(199,65,1); }
H1.HeaderClassName
{
color: #C74101;
}
.AnyTagClassName
{
color: #C74101;
}
</style>
background-color css
<style>
a { background-color: #C74101; }
a { background-color: rgb(199,65,1); }
div.DivClassName
{
background-color: #C74101;
}
.BgClassName
{
background-color: #C74101;
}
</style>
border-color css
<style>
span { border-color: #C74101; }
span { border-color: rgb(199,65,1); }
td.TdClassName
{
border-color: #C74101;
}
.TagClassName
{
border-color: #C74101;
}
</style>