Shades of Rust #C34518
Tints of Rust #C34518
RGB
CMYK
RGB Variations
Color information
#C34518 (or 0xC34518) is known color: Rust. HEX triplet: C3, 45 and 18. RGB value is (195,69,24). Sum of RGB (Red+Green+Blue) = 195+69+24=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C34518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34518 is #3CBAE7. Grayscale: #656565. Windows color (decimal): -3980008 or 1590723. OLE color: 1590723.
HSL color Cylindrical-coordinate representation of color #C34518: hue angle of 15.79º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C34518 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 24 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.24 |
| HSL | 15.79º | 0.78% | 0.43% | - |
| HSV(B) | 15.79º | 0.88% | 0.76% | - |
| XYZ | 24.8 | 15.92 | 2.63 | - |
| YUV | 101.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 24 | 0 | 0.65 | 0.88 | 0.24 | 15.79 | 0.78 | 0.43 |
| Hex | C3 | 45 | 18 | 0 | 41 | 58 | 18 | 10 | 4E | 2B |
| Octal | 303 | 105 | 30 | 0 | 101 | 130 | 30 | 20 | 116 | 53 |
| Binary | 11000011 | 1000101 | 11000 | 0 | 1000001 | 1011000 | 11000 | 10000 | 1001110 | 101011 |
Color Harmonies of #C34518
Complementary color
Monochromatic Colors of #C34518
Black with #C34518
Text Example
Text Example
White with #C34518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34518; }
p { color: rgb(195,69,24); }
H1.HeaderClassName
{
color: #C34518;
}
.AnyTagClassName
{
color: #C34518;
}
</style>
background-color css
<style>
a { background-color: #C34518; }
a { background-color: rgb(195,69,24); }
div.DivClassName
{
background-color: #C34518;
}
.BgClassName
{
background-color: #C34518;
}
</style>
border-color css
<style>
span { border-color: #C34518; }
span { border-color: rgb(195,69,24); }
td.TdClassName
{
border-color: #C34518;
}
.TagClassName
{
border-color: #C34518;
}
</style>