Shades of Rust #C34112
Tints of Rust #C34112
RGB
CMYK
RGB Variations
Color information
#C34112 (or 0xC34112) is known color: Rust. HEX triplet: C3, 41 and 12. RGB value is (195,65,18). Sum of RGB (Red+Green+Blue) = 195+65+18=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C34112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34112 is #3CBEED. Grayscale: #626262. Windows color (decimal): -3981038 or 1196483. OLE color: 1196483.
HSL color Cylindrical-coordinate representation of color #C34112: hue angle of 15.93º 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 #C34112 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.24 |
| HSL | 15.93º | 0.83% | 0.42% | - |
| HSV(B) | 15.93º | 0.91% | 0.76% | - |
| XYZ | 24.51 | 15.43 | 2.26 | - |
| YUV | 98.51 | 82.57 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 18 | 0 | 0.67 | 0.91 | 0.24 | 15.93 | 0.83 | 0.42 |
| Hex | C3 | 41 | 12 | 0 | 43 | 5B | 18 | 10 | 53 | 2A |
| Octal | 303 | 101 | 22 | 0 | 103 | 133 | 30 | 20 | 123 | 52 |
| Binary | 11000011 | 1000001 | 10010 | 0 | 1000011 | 1011011 | 11000 | 10000 | 1010011 | 101010 |
Color Harmonies of #C34112
Complementary color
Monochromatic Colors of #C34112
Black with #C34112
Text Example
Text Example
White with #C34112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34112; }
p { color: rgb(195,65,18); }
H1.HeaderClassName
{
color: #C34112;
}
.AnyTagClassName
{
color: #C34112;
}
</style>
background-color css
<style>
a { background-color: #C34112; }
a { background-color: rgb(195,65,18); }
div.DivClassName
{
background-color: #C34112;
}
.BgClassName
{
background-color: #C34112;
}
</style>
border-color css
<style>
span { border-color: #C34112; }
span { border-color: rgb(195,65,18); }
td.TdClassName
{
border-color: #C34112;
}
.TagClassName
{
border-color: #C34112;
}
</style>