Shades of Rust #C3461C
Tints of Rust #C3461C
RGB
CMYK
RGB Variations
Color information
#C3461C (or 0xC3461C) is known color: Rust. HEX triplet: C3, 46 and 1C. RGB value is (195,70,28). Sum of RGB (Red+Green+Blue) = 195+70+28=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3461C is #3CB9E3. Grayscale: #666666. Windows color (decimal): -3979748 or 1853123. OLE color: 1853123.
HSL color Cylindrical-coordinate representation of color #C3461C: hue angle of 15.09º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3461C is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 28 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.24 |
| HSL | 15.09º | 0.75% | 0.44% | - |
| HSV(B) | 15.09º | 0.86% | 0.76% | - |
| XYZ | 24.91 | 16.07 | 2.89 | - |
| YUV | 102.59 | 85.91 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 28 | 0 | 0.64 | 0.86 | 0.24 | 15.09 | 0.75 | 0.44 |
| Hex | C3 | 46 | 1C | 0 | 40 | 56 | 18 | F | 4B | 2C |
| Octal | 303 | 106 | 34 | 0 | 100 | 126 | 30 | 17 | 113 | 54 |
| Binary | 11000011 | 1000110 | 11100 | 0 | 1000000 | 1010110 | 11000 | 1111 | 1001011 | 101100 |
Color Harmonies of #C3461C
Complementary color
Monochromatic Colors of #C3461C
Black with #C3461C
Text Example
Text Example
White with #C3461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3461C; }
p { color: rgb(195,70,28); }
H1.HeaderClassName
{
color: #C3461C;
}
.AnyTagClassName
{
color: #C3461C;
}
</style>
background-color css
<style>
a { background-color: #C3461C; }
a { background-color: rgb(195,70,28); }
div.DivClassName
{
background-color: #C3461C;
}
.BgClassName
{
background-color: #C3461C;
}
</style>
border-color css
<style>
span { border-color: #C3461C; }
span { border-color: rgb(195,70,28); }
td.TdClassName
{
border-color: #C3461C;
}
.TagClassName
{
border-color: #C3461C;
}
</style>