Shades of Rust #C34713
Tints of Rust #C34713
RGB
CMYK
RGB Variations
Color information
#C34713 (or 0xC34713) is known color: Rust. HEX triplet: C3, 47 and 13. RGB value is (195,71,19). Sum of RGB (Red+Green+Blue) = 195+71+19=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C34713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34713 is #3CB8EC. Grayscale: #666666. Windows color (decimal): -3979501 or 1263555. OLE color: 1263555.
HSL color Cylindrical-coordinate representation of color #C34713: hue angle of 17.73º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C34713 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 19 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.24 |
| HSL | 17.73º | 0.82% | 0.42% | - |
| HSV(B) | 17.73º | 0.9% | 0.76% | - |
| XYZ | 24.88 | 16.16 | 2.42 | - |
| YUV | 102.15 | 81.08 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 19 | 0 | 0.64 | 0.90 | 0.24 | 17.73 | 0.82 | 0.42 |
| Hex | C3 | 47 | 13 | 0 | 40 | 5A | 18 | 12 | 52 | 2A |
| Octal | 303 | 107 | 23 | 0 | 100 | 132 | 30 | 22 | 122 | 52 |
| Binary | 11000011 | 1000111 | 10011 | 0 | 1000000 | 1011010 | 11000 | 10010 | 1010010 | 101010 |
Color Harmonies of #C34713
Complementary color
Monochromatic Colors of #C34713
Black with #C34713
Text Example
Text Example
White with #C34713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34713; }
p { color: rgb(195,71,19); }
H1.HeaderClassName
{
color: #C34713;
}
.AnyTagClassName
{
color: #C34713;
}
</style>
background-color css
<style>
a { background-color: #C34713; }
a { background-color: rgb(195,71,19); }
div.DivClassName
{
background-color: #C34713;
}
.BgClassName
{
background-color: #C34713;
}
</style>
border-color css
<style>
span { border-color: #C34713; }
span { border-color: rgb(195,71,19); }
td.TdClassName
{
border-color: #C34713;
}
.TagClassName
{
border-color: #C34713;
}
</style>