Shades of Rust #C34504
Tints of Rust #C34504
RGB
CMYK
RGB Variations
Color information
#C34504 (or 0xC34504) is known color: Rust. HEX triplet: C3, 45 and 04. RGB value is (195,69,4). Sum of RGB (Red+Green+Blue) = 195+69+4=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C34504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34504 is #3CBAFB. Grayscale: #636363. Windows color (decimal): -3980028 or 280003. OLE color: 280003.
HSL color Cylindrical-coordinate representation of color #C34504: hue angle of 20.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C34504 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.24 |
| HSL | 20.42º | 0.96% | 0.39% | - |
| HSV(B) | 20.42º | 0.98% | 0.76% | - |
| XYZ | 24.66 | 15.87 | 1.88 | - |
| YUV | 99.26 | 74.24 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 4 | 0 | 0.65 | 0.98 | 0.24 | 20.42 | 0.96 | 0.39 |
| Hex | C3 | 45 | 4 | 0 | 41 | 62 | 18 | 14 | 60 | 27 |
| Octal | 303 | 105 | 4 | 0 | 101 | 142 | 30 | 24 | 140 | 47 |
| Binary | 11000011 | 1000101 | 100 | 0 | 1000001 | 1100010 | 11000 | 10100 | 1100000 | 100111 |
Color Harmonies of #C34504
Complementary color
Monochromatic Colors of #C34504
Black with #C34504
Text Example
Text Example
White with #C34504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34504; }
p { color: rgb(195,69,4); }
H1.HeaderClassName
{
color: #C34504;
}
.AnyTagClassName
{
color: #C34504;
}
</style>
background-color css
<style>
a { background-color: #C34504; }
a { background-color: rgb(195,69,4); }
div.DivClassName
{
background-color: #C34504;
}
.BgClassName
{
background-color: #C34504;
}
</style>
border-color css
<style>
span { border-color: #C34504; }
span { border-color: rgb(195,69,4); }
td.TdClassName
{
border-color: #C34504;
}
.TagClassName
{
border-color: #C34504;
}
</style>