Shades of Rust #C54003
Tints of Rust #C54003
RGB
CMYK
RGB Variations
Color information
#C54003 (or 0xC54003) is known color: Rust. HEX triplet: C5, 40 and 03. RGB value is (197,64,3). Sum of RGB (Red+Green+Blue) = 197+64+3=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C54003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54003 is #3ABFFC. Grayscale: #616161. Windows color (decimal): -3850237 or 213189. OLE color: 213189.
HSL color Cylindrical-coordinate representation of color #C54003: hue angle of 18.87º degrees, saturation: 0.97, 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 #C54003 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.23 |
| HSL | 18.87º | 0.97% | 0.39% | - |
| HSV(B) | 18.87º | 0.98% | 0.77% | - |
| XYZ | 24.88 | 15.54 | 1.78 | - |
| YUV | 96.81 | 75.06 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 3 | 0 | 0.68 | 0.98 | 0.23 | 18.87 | 0.97 | 0.39 |
| Hex | C5 | 40 | 3 | 0 | 44 | 62 | 17 | 13 | 61 | 27 |
| Octal | 305 | 100 | 3 | 0 | 104 | 142 | 27 | 23 | 141 | 47 |
| Binary | 11000101 | 1000000 | 11 | 0 | 1000100 | 1100010 | 10111 | 10011 | 1100001 | 100111 |
Color Harmonies of #C54003
Complementary color
Monochromatic Colors of #C54003
Black with #C54003
Text Example
Text Example
White with #C54003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54003; }
p { color: rgb(197,64,3); }
H1.HeaderClassName
{
color: #C54003;
}
.AnyTagClassName
{
color: #C54003;
}
</style>
background-color css
<style>
a { background-color: #C54003; }
a { background-color: rgb(197,64,3); }
div.DivClassName
{
background-color: #C54003;
}
.BgClassName
{
background-color: #C54003;
}
</style>
border-color css
<style>
span { border-color: #C54003; }
span { border-color: rgb(197,64,3); }
td.TdClassName
{
border-color: #C54003;
}
.TagClassName
{
border-color: #C54003;
}
</style>