Shades of Rust #C13603
Tints of Rust #C13603
RGB
CMYK
RGB Variations
Color information
#C13603 (or 0xC13603) is known color: Rust. HEX triplet: C1, 36 and 03. RGB value is (193,54,3). Sum of RGB (Red+Green+Blue) = 193+54+3=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C13603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13603 is #3EC9FC. Grayscale: #5A5A5A. Windows color (decimal): -4114941 or 210625. OLE color: 210625.
HSL color Cylindrical-coordinate representation of color #C13603: hue angle of 16.11º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C13603 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.24 |
| HSL | 16.11º | 0.97% | 0.38% | - |
| HSV(B) | 16.11º | 0.98% | 0.76% | - |
| XYZ | 23.33 | 13.98 | 1.56 | - |
| YUV | 89.75 | 79.05 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 3 | 0 | 0.72 | 0.98 | 0.24 | 16.11 | 0.97 | 0.38 |
| Hex | C1 | 36 | 3 | 0 | 48 | 62 | 18 | 10 | 61 | 26 |
| Octal | 301 | 66 | 3 | 0 | 110 | 142 | 30 | 20 | 141 | 46 |
| Binary | 11000001 | 110110 | 11 | 0 | 1001000 | 1100010 | 11000 | 10000 | 1100001 | 100110 |
Color Harmonies of #C13603
Complementary color
Monochromatic Colors of #C13603
Black with #C13603
Text Example
Text Example
White with #C13603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13603; }
p { color: rgb(193,54,3); }
H1.HeaderClassName
{
color: #C13603;
}
.AnyTagClassName
{
color: #C13603;
}
</style>
background-color css
<style>
a { background-color: #C13603; }
a { background-color: rgb(193,54,3); }
div.DivClassName
{
background-color: #C13603;
}
.BgClassName
{
background-color: #C13603;
}
</style>
border-color css
<style>
span { border-color: #C13603; }
span { border-color: rgb(193,54,3); }
td.TdClassName
{
border-color: #C13603;
}
.TagClassName
{
border-color: #C13603;
}
</style>