Shades of Rust #C34507
Tints of Rust #C34507
RGB
CMYK
RGB Variations
Color information
#C34507 (or 0xC34507) is known color: Rust. HEX triplet: C3, 45 and 07. RGB value is (195,69,7). Sum of RGB (Red+Green+Blue) = 195+69+7=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C34507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34507 is #3CBAF8. Grayscale: #636363. Windows color (decimal): -3980025 or 476611. OLE color: 476611.
HSL color Cylindrical-coordinate representation of color #C34507: hue angle of 19.79º 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 #C34507 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.24 |
| HSL | 19.79º | 0.93% | 0.4% | - |
| HSV(B) | 19.79º | 0.96% | 0.76% | - |
| XYZ | 24.67 | 15.87 | 1.96 | - |
| YUV | 99.61 | 75.74 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 7 | 0 | 0.65 | 0.96 | 0.24 | 19.79 | 0.93 | 0.4 |
| Hex | C3 | 45 | 7 | 0 | 41 | 60 | 18 | 14 | 5D | 28 |
| Octal | 303 | 105 | 7 | 0 | 101 | 140 | 30 | 24 | 135 | 50 |
| Binary | 11000011 | 1000101 | 111 | 0 | 1000001 | 1100000 | 11000 | 10100 | 1011101 | 101000 |
Color Harmonies of #C34507
Complementary color
Monochromatic Colors of #C34507
Black with #C34507
Text Example
Text Example
White with #C34507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34507; }
p { color: rgb(195,69,7); }
H1.HeaderClassName
{
color: #C34507;
}
.AnyTagClassName
{
color: #C34507;
}
</style>
background-color css
<style>
a { background-color: #C34507; }
a { background-color: rgb(195,69,7); }
div.DivClassName
{
background-color: #C34507;
}
.BgClassName
{
background-color: #C34507;
}
</style>
border-color css
<style>
span { border-color: #C34507; }
span { border-color: rgb(195,69,7); }
td.TdClassName
{
border-color: #C34507;
}
.TagClassName
{
border-color: #C34507;
}
</style>