Shades of Rust #C34613
Tints of Rust #C34613
RGB
CMYK
RGB Variations
Color information
#C34613 (or 0xC34613) is known color: Rust. HEX triplet: C3, 46 and 13. RGB value is (195,70,19). Sum of RGB (Red+Green+Blue) = 195+70+19=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C34613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34613 is #3CB9EC. Grayscale: #656565. Windows color (decimal): -3979757 or 1263299. OLE color: 1263299.
HSL color Cylindrical-coordinate representation of color #C34613: hue angle of 17.39º 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 #C34613 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 19 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.24 |
| HSL | 17.39º | 0.82% | 0.42% | - |
| HSV(B) | 17.39º | 0.9% | 0.76% | - |
| XYZ | 24.81 | 16.03 | 2.4 | - |
| YUV | 101.56 | 81.41 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 19 | 0 | 0.64 | 0.90 | 0.24 | 17.39 | 0.82 | 0.42 |
| Hex | C3 | 46 | 13 | 0 | 40 | 5A | 18 | 11 | 52 | 2A |
| Octal | 303 | 106 | 23 | 0 | 100 | 132 | 30 | 21 | 122 | 52 |
| Binary | 11000011 | 1000110 | 10011 | 0 | 1000000 | 1011010 | 11000 | 10001 | 1010010 | 101010 |
Color Harmonies of #C34613
Complementary color
Monochromatic Colors of #C34613
Black with #C34613
Text Example
Text Example
White with #C34613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34613; }
p { color: rgb(195,70,19); }
H1.HeaderClassName
{
color: #C34613;
}
.AnyTagClassName
{
color: #C34613;
}
</style>
background-color css
<style>
a { background-color: #C34613; }
a { background-color: rgb(195,70,19); }
div.DivClassName
{
background-color: #C34613;
}
.BgClassName
{
background-color: #C34613;
}
</style>
border-color css
<style>
span { border-color: #C34613; }
span { border-color: rgb(195,70,19); }
td.TdClassName
{
border-color: #C34613;
}
.TagClassName
{
border-color: #C34613;
}
</style>