Shades of Rust #C34511
Tints of Rust #C34511
RGB
CMYK
RGB Variations
Color information
#C34511 (or 0xC34511) is known color: Rust. HEX triplet: C3, 45 and 11. RGB value is (195,69,17). Sum of RGB (Red+Green+Blue) = 195+69+17=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C34511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34511 is #3CBAEE. Grayscale: #656565. Windows color (decimal): -3980015 or 1131971. OLE color: 1131971.
HSL color Cylindrical-coordinate representation of color #C34511: hue angle of 17.53º 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 #C34511 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 17 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.24 |
| HSL | 17.53º | 0.84% | 0.42% | - |
| HSV(B) | 17.53º | 0.91% | 0.76% | - |
| XYZ | 24.73 | 15.9 | 2.3 | - |
| YUV | 100.75 | 80.74 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 17 | 0 | 0.65 | 0.91 | 0.24 | 17.53 | 0.84 | 0.42 |
| Hex | C3 | 45 | 11 | 0 | 41 | 5B | 18 | 12 | 54 | 2A |
| Octal | 303 | 105 | 21 | 0 | 101 | 133 | 30 | 22 | 124 | 52 |
| Binary | 11000011 | 1000101 | 10001 | 0 | 1000001 | 1011011 | 11000 | 10010 | 1010100 | 101010 |
Color Harmonies of #C34511
Complementary color
Monochromatic Colors of #C34511
Black with #C34511
Text Example
Text Example
White with #C34511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34511; }
p { color: rgb(195,69,17); }
H1.HeaderClassName
{
color: #C34511;
}
.AnyTagClassName
{
color: #C34511;
}
</style>
background-color css
<style>
a { background-color: #C34511; }
a { background-color: rgb(195,69,17); }
div.DivClassName
{
background-color: #C34511;
}
.BgClassName
{
background-color: #C34511;
}
</style>
border-color css
<style>
span { border-color: #C34511; }
span { border-color: rgb(195,69,17); }
td.TdClassName
{
border-color: #C34511;
}
.TagClassName
{
border-color: #C34511;
}
</style>