Shades of Rust #C7430D
Tints of Rust #C7430D
RGB
CMYK
RGB Variations
Color information
#C7430D (or 0xC7430D) is known color: Rust. HEX triplet: C7, 43 and 0D. RGB value is (199,67,13). Sum of RGB (Red+Green+Blue) = 199+67+13=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7430D is #38BCF2. Grayscale: #646464. Windows color (decimal): -3718387 or 869319. OLE color: 869319.
HSL color Cylindrical-coordinate representation of color #C7430D: hue angle of 17.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7430D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.22 |
| HSL | 17.42º | 0.88% | 0.42% | - |
| HSV(B) | 17.42º | 0.93% | 0.78% | - |
| XYZ | 25.63 | 16.19 | 2.15 | - |
| YUV | 100.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 13 | 0 | 0.66 | 0.93 | 0.22 | 17.42 | 0.88 | 0.42 |
| Hex | C7 | 43 | D | 0 | 42 | 5D | 16 | 11 | 58 | 2A |
| Octal | 307 | 103 | 15 | 0 | 102 | 135 | 26 | 21 | 130 | 52 |
| Binary | 11000111 | 1000011 | 1101 | 0 | 1000010 | 1011101 | 10110 | 10001 | 1011000 | 101010 |
Color Harmonies of #C7430D
Complementary color
Monochromatic Colors of #C7430D
Black with #C7430D
Text Example
Text Example
White with #C7430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7430D; }
p { color: rgb(199,67,13); }
H1.HeaderClassName
{
color: #C7430D;
}
.AnyTagClassName
{
color: #C7430D;
}
</style>
background-color css
<style>
a { background-color: #C7430D; }
a { background-color: rgb(199,67,13); }
div.DivClassName
{
background-color: #C7430D;
}
.BgClassName
{
background-color: #C7430D;
}
</style>
border-color css
<style>
span { border-color: #C7430D; }
span { border-color: rgb(199,67,13); }
td.TdClassName
{
border-color: #C7430D;
}
.TagClassName
{
border-color: #C7430D;
}
</style>