Shades of Rust #C03701
Tints of Rust #C03701
RGB
CMYK
RGB Variations
Color information
#C03701 (or 0xC03701) is known color: Rust. HEX triplet: C0, 37 and 01. RGB value is (192,55,1). Sum of RGB (Red+Green+Blue) = 192+55+1=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C03701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03701 is #3FC8FE. Grayscale: #5A5A5A. Windows color (decimal): -4180223 or 79808. OLE color: 79808.
HSL color Cylindrical-coordinate representation of color #C03701: hue angle of 16.96º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C03701 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.25 |
| HSL | 16.96º | 0.99% | 0.38% | - |
| HSV(B) | 16.96º | 0.99% | 0.75% | - |
| XYZ | 23.11 | 13.94 | 1.5 | - |
| YUV | 89.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 1 | 0 | 0.71 | 0.99 | 0.25 | 16.96 | 0.99 | 0.38 |
| Hex | C0 | 37 | 1 | 0 | 47 | 63 | 19 | 11 | 63 | 26 |
| Octal | 300 | 67 | 1 | 0 | 107 | 143 | 31 | 21 | 143 | 46 |
| Binary | 11000000 | 110111 | 1 | 0 | 1000111 | 1100011 | 11001 | 10001 | 1100011 | 100110 |
Color Harmonies of #C03701
Complementary color
Monochromatic Colors of #C03701
Black with #C03701
Text Example
Text Example
White with #C03701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03701; }
p { color: rgb(192,55,1); }
H1.HeaderClassName
{
color: #C03701;
}
.AnyTagClassName
{
color: #C03701;
}
</style>
background-color css
<style>
a { background-color: #C03701; }
a { background-color: rgb(192,55,1); }
div.DivClassName
{
background-color: #C03701;
}
.BgClassName
{
background-color: #C03701;
}
</style>
border-color css
<style>
span { border-color: #C03701; }
span { border-color: rgb(192,55,1); }
td.TdClassName
{
border-color: #C03701;
}
.TagClassName
{
border-color: #C03701;
}
</style>