Shades of Rust #C13802
Tints of Rust #C13802
RGB
CMYK
RGB Variations
Color information
#C13802 (or 0xC13802) is known color: Rust. HEX triplet: C1, 38 and 02. RGB value is (193,56,2). Sum of RGB (Red+Green+Blue) = 193+56+2=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C13802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13802 is #3EC7FD. Grayscale: #5B5B5B. Windows color (decimal): -4114430 or 145601. OLE color: 145601.
HSL color Cylindrical-coordinate representation of color #C13802: hue angle of 16.96º 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 #C13802 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.24 |
| HSL | 16.96º | 0.98% | 0.38% | - |
| HSV(B) | 16.96º | 0.99% | 0.76% | - |
| XYZ | 23.42 | 14.17 | 1.56 | - |
| YUV | 90.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 2 | 0 | 0.71 | 0.99 | 0.24 | 16.96 | 0.98 | 0.38 |
| Hex | C1 | 38 | 2 | 0 | 47 | 63 | 18 | 11 | 62 | 26 |
| Octal | 301 | 70 | 2 | 0 | 107 | 143 | 30 | 21 | 142 | 46 |
| Binary | 11000001 | 111000 | 10 | 0 | 1000111 | 1100011 | 11000 | 10001 | 1100010 | 100110 |
Color Harmonies of #C13802
Complementary color
Monochromatic Colors of #C13802
Black with #C13802
Text Example
Text Example
White with #C13802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13802; }
p { color: rgb(193,56,2); }
H1.HeaderClassName
{
color: #C13802;
}
.AnyTagClassName
{
color: #C13802;
}
</style>
background-color css
<style>
a { background-color: #C13802; }
a { background-color: rgb(193,56,2); }
div.DivClassName
{
background-color: #C13802;
}
.BgClassName
{
background-color: #C13802;
}
</style>
border-color css
<style>
span { border-color: #C13802; }
span { border-color: rgb(193,56,2); }
td.TdClassName
{
border-color: #C13802;
}
.TagClassName
{
border-color: #C13802;
}
</style>