Shades of Rust #C7430B
Tints of Rust #C7430B
RGB
CMYK
RGB Variations
Color information
#C7430B (or 0xC7430B) is known color: Rust. HEX triplet: C7, 43 and 0B. RGB value is (199,67,11). Sum of RGB (Red+Green+Blue) = 199+67+11=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C7430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7430B is #38BCF4. Grayscale: #646464. Windows color (decimal): -3718389 or 738247. OLE color: 738247.
HSL color Cylindrical-coordinate representation of color #C7430B: hue angle of 17.87º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7430B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.22 |
| HSL | 17.87º | 0.9% | 0.41% | - |
| HSV(B) | 17.87º | 0.94% | 0.78% | - |
| XYZ | 25.62 | 16.18 | 2.09 | - |
| YUV | 100.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 11 | 0 | 0.66 | 0.94 | 0.22 | 17.87 | 0.9 | 0.41 |
| Hex | C7 | 43 | B | 0 | 42 | 5E | 16 | 12 | 5A | 29 |
| Octal | 307 | 103 | 13 | 0 | 102 | 136 | 26 | 22 | 132 | 51 |
| Binary | 11000111 | 1000011 | 1011 | 0 | 1000010 | 1011110 | 10110 | 10010 | 1011010 | 101001 |
Color Harmonies of #C7430B
Complementary color
Monochromatic Colors of #C7430B
Black with #C7430B
Text Example
Text Example
White with #C7430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7430B; }
p { color: rgb(199,67,11); }
H1.HeaderClassName
{
color: #C7430B;
}
.AnyTagClassName
{
color: #C7430B;
}
</style>
background-color css
<style>
a { background-color: #C7430B; }
a { background-color: rgb(199,67,11); }
div.DivClassName
{
background-color: #C7430B;
}
.BgClassName
{
background-color: #C7430B;
}
</style>
border-color css
<style>
span { border-color: #C7430B; }
span { border-color: rgb(199,67,11); }
td.TdClassName
{
border-color: #C7430B;
}
.TagClassName
{
border-color: #C7430B;
}
</style>