Shades of Rust #C74509
Tints of Rust #C74509
RGB
CMYK
RGB Variations
Color information
#C74509 (or 0xC74509) is known color: Rust. HEX triplet: C7, 45 and 09. RGB value is (199,69,9). Sum of RGB (Red+Green+Blue) = 199+69+9=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C74509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74509 is #38BAF6. Grayscale: #656565. Windows color (decimal): -3717879 or 607687. OLE color: 607687.
HSL color Cylindrical-coordinate representation of color #C74509: hue angle of 18.95º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C74509 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.22 |
| HSL | 18.95º | 0.91% | 0.41% | - |
| HSV(B) | 18.95º | 0.95% | 0.78% | - |
| XYZ | 25.73 | 16.42 | 2.07 | - |
| YUV | 101.03 | 76.07 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 9 | 0 | 0.65 | 0.95 | 0.22 | 18.95 | 0.91 | 0.41 |
| Hex | C7 | 45 | 9 | 0 | 41 | 5F | 16 | 13 | 5B | 29 |
| Octal | 307 | 105 | 11 | 0 | 101 | 137 | 26 | 23 | 133 | 51 |
| Binary | 11000111 | 1000101 | 1001 | 0 | 1000001 | 1011111 | 10110 | 10011 | 1011011 | 101001 |
Color Harmonies of #C74509
Complementary color
Monochromatic Colors of #C74509
Black with #C74509
Text Example
Text Example
White with #C74509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74509; }
p { color: rgb(199,69,9); }
H1.HeaderClassName
{
color: #C74509;
}
.AnyTagClassName
{
color: #C74509;
}
</style>
background-color css
<style>
a { background-color: #C74509; }
a { background-color: rgb(199,69,9); }
div.DivClassName
{
background-color: #C74509;
}
.BgClassName
{
background-color: #C74509;
}
</style>
border-color css
<style>
span { border-color: #C74509; }
span { border-color: rgb(199,69,9); }
td.TdClassName
{
border-color: #C74509;
}
.TagClassName
{
border-color: #C74509;
}
</style>