Shades of Rust #C34905
Tints of Rust #C34905
RGB
CMYK
RGB Variations
Color information
#C34905 (or 0xC34905) is known color: Rust. HEX triplet: C3, 49 and 05. RGB value is (195,73,5). Sum of RGB (Red+Green+Blue) = 195+73+5=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C34905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34905 is #3CB6FA. Grayscale: #666666. Windows color (decimal): -3979003 or 346563. OLE color: 346563.
HSL color Cylindrical-coordinate representation of color #C34905: hue angle of 21.47º 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 #C34905 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.24 |
| HSL | 21.47º | 0.95% | 0.39% | - |
| HSV(B) | 21.47º | 0.97% | 0.76% | - |
| XYZ | 24.92 | 16.38 | 1.99 | - |
| YUV | 101.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 5 | 0 | 0.63 | 0.97 | 0.24 | 21.47 | 0.95 | 0.39 |
| Hex | C3 | 49 | 5 | 0 | 3F | 61 | 18 | 15 | 5F | 27 |
| Octal | 303 | 111 | 5 | 0 | 77 | 141 | 30 | 25 | 137 | 47 |
| Binary | 11000011 | 1001001 | 101 | 0 | 111111 | 1100001 | 11000 | 10101 | 1011111 | 100111 |
Color Harmonies of #C34905
Complementary color
Monochromatic Colors of #C34905
Black with #C34905
Text Example
Text Example
White with #C34905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34905; }
p { color: rgb(195,73,5); }
H1.HeaderClassName
{
color: #C34905;
}
.AnyTagClassName
{
color: #C34905;
}
</style>
background-color css
<style>
a { background-color: #C34905; }
a { background-color: rgb(195,73,5); }
div.DivClassName
{
background-color: #C34905;
}
.BgClassName
{
background-color: #C34905;
}
</style>
border-color css
<style>
span { border-color: #C34905; }
span { border-color: rgb(195,73,5); }
td.TdClassName
{
border-color: #C34905;
}
.TagClassName
{
border-color: #C34905;
}
</style>