Shades of Rust #C13602
Tints of Rust #C13602
RGB
CMYK
RGB Variations
Color information
#C13602 (or 0xC13602) is known color: Rust. HEX triplet: C1, 36 and 02. RGB value is (193,54,2). Sum of RGB (Red+Green+Blue) = 193+54+2=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C13602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13602 is #3EC9FD. Grayscale: #595959. Windows color (decimal): -4114942 or 145089. OLE color: 145089.
HSL color Cylindrical-coordinate representation of color #C13602: hue angle of 16.34º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C13602 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.24 |
| HSL | 16.34º | 0.98% | 0.38% | - |
| HSV(B) | 16.34º | 0.99% | 0.76% | - |
| XYZ | 23.32 | 13.98 | 1.53 | - |
| YUV | 89.63 | 78.55 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 2 | 0 | 0.72 | 0.99 | 0.24 | 16.34 | 0.98 | 0.38 |
| Hex | C1 | 36 | 2 | 0 | 48 | 63 | 18 | 10 | 62 | 26 |
| Octal | 301 | 66 | 2 | 0 | 110 | 143 | 30 | 20 | 142 | 46 |
| Binary | 11000001 | 110110 | 10 | 0 | 1001000 | 1100011 | 11000 | 10000 | 1100010 | 100110 |
Color Harmonies of #C13602
Complementary color
Monochromatic Colors of #C13602
Black with #C13602
Text Example
Text Example
White with #C13602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13602; }
p { color: rgb(193,54,2); }
H1.HeaderClassName
{
color: #C13602;
}
.AnyTagClassName
{
color: #C13602;
}
</style>
background-color css
<style>
a { background-color: #C13602; }
a { background-color: rgb(193,54,2); }
div.DivClassName
{
background-color: #C13602;
}
.BgClassName
{
background-color: #C13602;
}
</style>
border-color css
<style>
span { border-color: #C13602; }
span { border-color: rgb(193,54,2); }
td.TdClassName
{
border-color: #C13602;
}
.TagClassName
{
border-color: #C13602;
}
</style>