Shades of Rust #C54304
Tints of Rust #C54304
RGB
CMYK
RGB Variations
Color information
#C54304 (or 0xC54304) is known color: Rust. HEX triplet: C5, 43 and 04. RGB value is (197,67,4). Sum of RGB (Red+Green+Blue) = 197+67+4=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C54304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54304 is #3ABCFB. Grayscale: #636363. Windows color (decimal): -3849468 or 279493. OLE color: 279493.
HSL color Cylindrical-coordinate representation of color #C54304: hue angle of 19.59º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C54304 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.23 |
| HSL | 19.59º | 0.96% | 0.39% | - |
| HSV(B) | 19.59º | 0.98% | 0.77% | - |
| XYZ | 25.06 | 15.89 | 1.86 | - |
| YUV | 98.69 | 74.57 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 4 | 0 | 0.66 | 0.98 | 0.23 | 19.59 | 0.96 | 0.39 |
| Hex | C5 | 43 | 4 | 0 | 42 | 62 | 17 | 14 | 60 | 27 |
| Octal | 305 | 103 | 4 | 0 | 102 | 142 | 27 | 24 | 140 | 47 |
| Binary | 11000101 | 1000011 | 100 | 0 | 1000010 | 1100010 | 10111 | 10100 | 1100000 | 100111 |
Color Harmonies of #C54304
Complementary color
Monochromatic Colors of #C54304
Black with #C54304
Text Example
Text Example
White with #C54304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54304; }
p { color: rgb(197,67,4); }
H1.HeaderClassName
{
color: #C54304;
}
.AnyTagClassName
{
color: #C54304;
}
</style>
background-color css
<style>
a { background-color: #C54304; }
a { background-color: rgb(197,67,4); }
div.DivClassName
{
background-color: #C54304;
}
.BgClassName
{
background-color: #C54304;
}
</style>
border-color css
<style>
span { border-color: #C54304; }
span { border-color: rgb(197,67,4); }
td.TdClassName
{
border-color: #C54304;
}
.TagClassName
{
border-color: #C54304;
}
</style>