Shades of Rust #C3461D
Tints of Rust #C3461D
RGB
CMYK
RGB Variations
Color information
#C3461D (or 0xC3461D) is known color: Rust. HEX triplet: C3, 46 and 1D. RGB value is (195,70,29). Sum of RGB (Red+Green+Blue) = 195+70+29=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3461D is #3CB9E2. Grayscale: #666666. Windows color (decimal): -3979747 or 1918659. OLE color: 1918659.
HSL color Cylindrical-coordinate representation of color #C3461D: hue angle of 14.82º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3461D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 29 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.24 |
| HSL | 14.82º | 0.74% | 0.44% | - |
| HSV(B) | 14.82º | 0.85% | 0.76% | - |
| XYZ | 24.92 | 16.07 | 2.95 | - |
| YUV | 102.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 29 | 0 | 0.64 | 0.85 | 0.24 | 14.82 | 0.74 | 0.44 |
| Hex | C3 | 46 | 1D | 0 | 40 | 55 | 18 | F | 4A | 2C |
| Octal | 303 | 106 | 35 | 0 | 100 | 125 | 30 | 17 | 112 | 54 |
| Binary | 11000011 | 1000110 | 11101 | 0 | 1000000 | 1010101 | 11000 | 1111 | 1001010 | 101100 |
Color Harmonies of #C3461D
Complementary color
Monochromatic Colors of #C3461D
Black with #C3461D
Text Example
Text Example
White with #C3461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3461D; }
p { color: rgb(195,70,29); }
H1.HeaderClassName
{
color: #C3461D;
}
.AnyTagClassName
{
color: #C3461D;
}
</style>
background-color css
<style>
a { background-color: #C3461D; }
a { background-color: rgb(195,70,29); }
div.DivClassName
{
background-color: #C3461D;
}
.BgClassName
{
background-color: #C3461D;
}
</style>
border-color css
<style>
span { border-color: #C3461D; }
span { border-color: rgb(195,70,29); }
td.TdClassName
{
border-color: #C3461D;
}
.TagClassName
{
border-color: #C3461D;
}
</style>