Shades of Rust #C3461B
Tints of Rust #C3461B
RGB
CMYK
RGB Variations
Color information
#C3461B (or 0xC3461B) is known color: Rust. HEX triplet: C3, 46 and 1B. RGB value is (195,70,27). Sum of RGB (Red+Green+Blue) = 195+70+27=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3461B is #3CB9E4. Grayscale: #666666. Windows color (decimal): -3979749 or 1787587. OLE color: 1787587.
HSL color Cylindrical-coordinate representation of color #C3461B: hue angle of 15.36º degrees, saturation: 0.76, 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 #C3461B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 27 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.24 |
| HSL | 15.36º | 0.76% | 0.44% | - |
| HSV(B) | 15.36º | 0.86% | 0.76% | - |
| XYZ | 24.89 | 16.06 | 2.83 | - |
| YUV | 102.47 | 85.41 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 27 | 0 | 0.64 | 0.86 | 0.24 | 15.36 | 0.76 | 0.44 |
| Hex | C3 | 46 | 1B | 0 | 40 | 56 | 18 | F | 4C | 2C |
| Octal | 303 | 106 | 33 | 0 | 100 | 126 | 30 | 17 | 114 | 54 |
| Binary | 11000011 | 1000110 | 11011 | 0 | 1000000 | 1010110 | 11000 | 1111 | 1001100 | 101100 |
Color Harmonies of #C3461B
Complementary color
Monochromatic Colors of #C3461B
Black with #C3461B
Text Example
Text Example
White with #C3461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3461B; }
p { color: rgb(195,70,27); }
H1.HeaderClassName
{
color: #C3461B;
}
.AnyTagClassName
{
color: #C3461B;
}
</style>
background-color css
<style>
a { background-color: #C3461B; }
a { background-color: rgb(195,70,27); }
div.DivClassName
{
background-color: #C3461B;
}
.BgClassName
{
background-color: #C3461B;
}
</style>
border-color css
<style>
span { border-color: #C3461B; }
span { border-color: rgb(195,70,27); }
td.TdClassName
{
border-color: #C3461B;
}
.TagClassName
{
border-color: #C3461B;
}
</style>