Shades of Rust #C03803
Tints of Rust #C03803
RGB
CMYK
RGB Variations
Color information
#C03803 (or 0xC03803) is known color: Rust. HEX triplet: C0, 38 and 03. RGB value is (192,56,3). Sum of RGB (Red+Green+Blue) = 192+56+3=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C03803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03803 is #3FC7FC. Grayscale: #5A5A5A. Windows color (decimal): -4179965 or 211136. OLE color: 211136.
HSL color Cylindrical-coordinate representation of color #C03803: hue angle of 16.83º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C03803 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.25 |
| HSL | 16.83º | 0.97% | 0.38% | - |
| HSV(B) | 16.83º | 0.98% | 0.75% | - |
| XYZ | 23.17 | 14.04 | 1.58 | - |
| YUV | 90.62 | 78.56 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 3 | 0 | 0.71 | 0.98 | 0.25 | 16.83 | 0.97 | 0.38 |
| Hex | C0 | 38 | 3 | 0 | 47 | 62 | 19 | 11 | 61 | 26 |
| Octal | 300 | 70 | 3 | 0 | 107 | 142 | 31 | 21 | 141 | 46 |
| Binary | 11000000 | 111000 | 11 | 0 | 1000111 | 1100010 | 11001 | 10001 | 1100001 | 100110 |
Color Harmonies of #C03803
Complementary color
Monochromatic Colors of #C03803
Black with #C03803
Text Example
Text Example
White with #C03803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03803; }
p { color: rgb(192,56,3); }
H1.HeaderClassName
{
color: #C03803;
}
.AnyTagClassName
{
color: #C03803;
}
</style>
background-color css
<style>
a { background-color: #C03803; }
a { background-color: rgb(192,56,3); }
div.DivClassName
{
background-color: #C03803;
}
.BgClassName
{
background-color: #C03803;
}
</style>
border-color css
<style>
span { border-color: #C03803; }
span { border-color: rgb(192,56,3); }
td.TdClassName
{
border-color: #C03803;
}
.TagClassName
{
border-color: #C03803;
}
</style>