Shades of Rust #C34512
Tints of Rust #C34512
RGB
CMYK
RGB Variations
Color information
#C34512 (or 0xC34512) is known color: Rust. HEX triplet: C3, 45 and 12. RGB value is (195,69,18). Sum of RGB (Red+Green+Blue) = 195+69+18=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C34512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34512 is #3CBAED. Grayscale: #656565. Windows color (decimal): -3980014 or 1197507. OLE color: 1197507.
HSL color Cylindrical-coordinate representation of color #C34512: hue angle of 17.29º degrees, saturation: 0.83, 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 #C34512 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 18 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.24 |
| HSL | 17.29º | 0.83% | 0.42% | - |
| HSV(B) | 17.29º | 0.91% | 0.76% | - |
| XYZ | 24.74 | 15.9 | 2.34 | - |
| YUV | 100.86 | 81.24 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 18 | 0 | 0.65 | 0.91 | 0.24 | 17.29 | 0.83 | 0.42 |
| Hex | C3 | 45 | 12 | 0 | 41 | 5B | 18 | 11 | 53 | 2A |
| Octal | 303 | 105 | 22 | 0 | 101 | 133 | 30 | 21 | 123 | 52 |
| Binary | 11000011 | 1000101 | 10010 | 0 | 1000001 | 1011011 | 11000 | 10001 | 1010011 | 101010 |
Color Harmonies of #C34512
Complementary color
Monochromatic Colors of #C34512
Black with #C34512
Text Example
Text Example
White with #C34512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34512; }
p { color: rgb(195,69,18); }
H1.HeaderClassName
{
color: #C34512;
}
.AnyTagClassName
{
color: #C34512;
}
</style>
background-color css
<style>
a { background-color: #C34512; }
a { background-color: rgb(195,69,18); }
div.DivClassName
{
background-color: #C34512;
}
.BgClassName
{
background-color: #C34512;
}
</style>
border-color css
<style>
span { border-color: #C34512; }
span { border-color: rgb(195,69,18); }
td.TdClassName
{
border-color: #C34512;
}
.TagClassName
{
border-color: #C34512;
}
</style>