Shades of Rust #C34105
Tints of Rust #C34105
RGB
CMYK
RGB Variations
Color information
#C34105 (or 0xC34105) is known color: Rust. HEX triplet: C3, 41 and 05. RGB value is (195,65,5). Sum of RGB (Red+Green+Blue) = 195+65+5=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C34105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34105 is #3CBEFA. Grayscale: #616161. Windows color (decimal): -3981051 or 344515. OLE color: 344515.
HSL color Cylindrical-coordinate representation of color #C34105: hue angle of 18.95º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C34105 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.24 |
| HSL | 18.95º | 0.95% | 0.39% | - |
| HSV(B) | 18.95º | 0.97% | 0.76% | - |
| XYZ | 24.42 | 15.39 | 1.83 | - |
| YUV | 97.03 | 76.07 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 5 | 0 | 0.67 | 0.97 | 0.24 | 18.95 | 0.95 | 0.39 |
| Hex | C3 | 41 | 5 | 0 | 43 | 61 | 18 | 13 | 5F | 27 |
| Octal | 303 | 101 | 5 | 0 | 103 | 141 | 30 | 23 | 137 | 47 |
| Binary | 11000011 | 1000001 | 101 | 0 | 1000011 | 1100001 | 11000 | 10011 | 1011111 | 100111 |
Color Harmonies of #C34105
Complementary color
Monochromatic Colors of #C34105
Black with #C34105
Text Example
Text Example
White with #C34105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34105; }
p { color: rgb(195,65,5); }
H1.HeaderClassName
{
color: #C34105;
}
.AnyTagClassName
{
color: #C34105;
}
</style>
background-color css
<style>
a { background-color: #C34105; }
a { background-color: rgb(195,65,5); }
div.DivClassName
{
background-color: #C34105;
}
.BgClassName
{
background-color: #C34105;
}
</style>
border-color css
<style>
span { border-color: #C34105; }
span { border-color: rgb(195,65,5); }
td.TdClassName
{
border-color: #C34105;
}
.TagClassName
{
border-color: #C34105;
}
</style>