Shades of Rust #C74301
Tints of Rust #C74301
RGB
CMYK
RGB Variations
Color information
#C74301 (or 0xC74301) is known color: Rust. HEX triplet: C7, 43 and 01. RGB value is (199,67,1). Sum of RGB (Red+Green+Blue) = 199+67+1=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C74301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74301 is #38BCFE. Grayscale: #636363. Windows color (decimal): -3718399 or 82887. OLE color: 82887.
HSL color Cylindrical-coordinate representation of color #C74301: hue angle of 20º 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 #C74301 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.22 |
| HSL | 20º | 0.99% | 0.39% | - |
| HSV(B) | 20º | 0.99% | 0.78% | - |
| XYZ | 25.57 | 16.16 | 1.8 | - |
| YUV | 98.94 | 72.73 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 1 | 0 | 0.66 | 0.99 | 0.22 | 20 | 0.99 | 0.39 |
| Hex | C7 | 43 | 1 | 0 | 42 | 63 | 16 | 14 | 63 | 27 |
| Octal | 307 | 103 | 1 | 0 | 102 | 143 | 26 | 24 | 143 | 47 |
| Binary | 11000111 | 1000011 | 1 | 0 | 1000010 | 1100011 | 10110 | 10100 | 1100011 | 100111 |
Color Harmonies of #C74301
Complementary color
Monochromatic Colors of #C74301
Black with #C74301
Text Example
Text Example
White with #C74301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74301; }
p { color: rgb(199,67,1); }
H1.HeaderClassName
{
color: #C74301;
}
.AnyTagClassName
{
color: #C74301;
}
</style>
background-color css
<style>
a { background-color: #C74301; }
a { background-color: rgb(199,67,1); }
div.DivClassName
{
background-color: #C74301;
}
.BgClassName
{
background-color: #C74301;
}
</style>
border-color css
<style>
span { border-color: #C74301; }
span { border-color: rgb(199,67,1); }
td.TdClassName
{
border-color: #C74301;
}
.TagClassName
{
border-color: #C74301;
}
</style>