Shades of Rust #C34411
Tints of Rust #C34411
RGB
CMYK
RGB Variations
Color information
#C34411 (or 0xC34411) is known color: Rust. HEX triplet: C3, 44 and 11. RGB value is (195,68,17). Sum of RGB (Red+Green+Blue) = 195+68+17=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C34411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34411 is #3CBBEE. Grayscale: #646464. Windows color (decimal): -3980271 or 1131715. OLE color: 1131715.
HSL color Cylindrical-coordinate representation of color #C34411: hue angle of 17.19º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C34411 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 17 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.24 |
| HSL | 17.19º | 0.84% | 0.42% | - |
| HSV(B) | 17.19º | 0.91% | 0.76% | - |
| XYZ | 24.67 | 15.78 | 2.28 | - |
| YUV | 100.16 | 81.08 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 17 | 0 | 0.65 | 0.91 | 0.24 | 17.19 | 0.84 | 0.42 |
| Hex | C3 | 44 | 11 | 0 | 41 | 5B | 18 | 11 | 54 | 2A |
| Octal | 303 | 104 | 21 | 0 | 101 | 133 | 30 | 21 | 124 | 52 |
| Binary | 11000011 | 1000100 | 10001 | 0 | 1000001 | 1011011 | 11000 | 10001 | 1010100 | 101010 |
Color Harmonies of #C34411
Complementary color
Monochromatic Colors of #C34411
Black with #C34411
Text Example
Text Example
White with #C34411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34411; }
p { color: rgb(195,68,17); }
H1.HeaderClassName
{
color: #C34411;
}
.AnyTagClassName
{
color: #C34411;
}
</style>
background-color css
<style>
a { background-color: #C34411; }
a { background-color: rgb(195,68,17); }
div.DivClassName
{
background-color: #C34411;
}
.BgClassName
{
background-color: #C34411;
}
</style>
border-color css
<style>
span { border-color: #C34411; }
span { border-color: rgb(195,68,17); }
td.TdClassName
{
border-color: #C34411;
}
.TagClassName
{
border-color: #C34411;
}
</style>