Shades of Rust #C34205
Tints of Rust #C34205
RGB
CMYK
RGB Variations
Color information
#C34205 (or 0xC34205) is known color: Rust. HEX triplet: C3, 42 and 05. RGB value is (195,66,5). Sum of RGB (Red+Green+Blue) = 195+66+5=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C34205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34205 is #3CBDFA. Grayscale: #616161. Windows color (decimal): -3980795 or 344771. OLE color: 344771.
HSL color Cylindrical-coordinate representation of color #C34205: hue angle of 19.26º 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 #C34205 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 5 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.24 |
| HSL | 19.26º | 0.95% | 0.39% | - |
| HSV(B) | 19.26º | 0.97% | 0.76% | - |
| XYZ | 24.48 | 15.51 | 1.85 | - |
| YUV | 97.62 | 75.74 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 5 | 0 | 0.66 | 0.97 | 0.24 | 19.26 | 0.95 | 0.39 |
| Hex | C3 | 42 | 5 | 0 | 42 | 61 | 18 | 13 | 5F | 27 |
| Octal | 303 | 102 | 5 | 0 | 102 | 141 | 30 | 23 | 137 | 47 |
| Binary | 11000011 | 1000010 | 101 | 0 | 1000010 | 1100001 | 11000 | 10011 | 1011111 | 100111 |
Color Harmonies of #C34205
Complementary color
Monochromatic Colors of #C34205
Black with #C34205
Text Example
Text Example
White with #C34205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34205; }
p { color: rgb(195,66,5); }
H1.HeaderClassName
{
color: #C34205;
}
.AnyTagClassName
{
color: #C34205;
}
</style>
background-color css
<style>
a { background-color: #C34205; }
a { background-color: rgb(195,66,5); }
div.DivClassName
{
background-color: #C34205;
}
.BgClassName
{
background-color: #C34205;
}
</style>
border-color css
<style>
span { border-color: #C34205; }
span { border-color: rgb(195,66,5); }
td.TdClassName
{
border-color: #C34205;
}
.TagClassName
{
border-color: #C34205;
}
</style>