Shades of Rust #C34107
Tints of Rust #C34107
RGB
CMYK
RGB Variations
Color information
#C34107 (or 0xC34107) is known color: Rust. HEX triplet: C3, 41 and 07. RGB value is (195,65,7). Sum of RGB (Red+Green+Blue) = 195+65+7=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C34107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34107 is #3CBEF8. Grayscale: #616161. Windows color (decimal): -3981049 or 475587. OLE color: 475587.
HSL color Cylindrical-coordinate representation of color #C34107: hue angle of 18.51º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C34107 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 7 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.24 |
| HSL | 18.51º | 0.93% | 0.4% | - |
| HSV(B) | 18.51º | 0.96% | 0.76% | - |
| XYZ | 24.43 | 15.4 | 1.89 | - |
| YUV | 97.26 | 77.07 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 7 | 0 | 0.67 | 0.96 | 0.24 | 18.51 | 0.93 | 0.4 |
| Hex | C3 | 41 | 7 | 0 | 43 | 60 | 18 | 13 | 5D | 28 |
| Octal | 303 | 101 | 7 | 0 | 103 | 140 | 30 | 23 | 135 | 50 |
| Binary | 11000011 | 1000001 | 111 | 0 | 1000011 | 1100000 | 11000 | 10011 | 1011101 | 101000 |
Color Harmonies of #C34107
Complementary color
Monochromatic Colors of #C34107
Black with #C34107
Text Example
Text Example
White with #C34107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34107; }
p { color: rgb(195,65,7); }
H1.HeaderClassName
{
color: #C34107;
}
.AnyTagClassName
{
color: #C34107;
}
</style>
background-color css
<style>
a { background-color: #C34107; }
a { background-color: rgb(195,65,7); }
div.DivClassName
{
background-color: #C34107;
}
.BgClassName
{
background-color: #C34107;
}
</style>
border-color css
<style>
span { border-color: #C34107; }
span { border-color: rgb(195,65,7); }
td.TdClassName
{
border-color: #C34107;
}
.TagClassName
{
border-color: #C34107;
}
</style>