Shades of Rust #C03905
Tints of Rust #C03905
RGB
CMYK
RGB Variations
Color information
#C03905 (or 0xC03905) is known color: Rust. HEX triplet: C0, 39 and 05. RGB value is (192,57,5). Sum of RGB (Red+Green+Blue) = 192+57+5=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C03905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03905 is #3FC6FA. Grayscale: #5B5B5B. Windows color (decimal): -4179707 or 342464. OLE color: 342464.
HSL color Cylindrical-coordinate representation of color #C03905: hue angle of 16.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C03905 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 5 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.25 |
| HSL | 16.68º | 0.95% | 0.39% | - |
| HSV(B) | 16.68º | 0.97% | 0.75% | - |
| XYZ | 23.23 | 14.14 | 1.65 | - |
| YUV | 91.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 5 | 0 | 0.70 | 0.97 | 0.25 | 16.68 | 0.95 | 0.39 |
| Hex | C0 | 39 | 5 | 0 | 46 | 61 | 19 | 11 | 5F | 27 |
| Octal | 300 | 71 | 5 | 0 | 106 | 141 | 31 | 21 | 137 | 47 |
| Binary | 11000000 | 111001 | 101 | 0 | 1000110 | 1100001 | 11001 | 10001 | 1011111 | 100111 |
Color Harmonies of #C03905
Complementary color
Monochromatic Colors of #C03905
Black with #C03905
Text Example
Text Example
White with #C03905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03905; }
p { color: rgb(192,57,5); }
H1.HeaderClassName
{
color: #C03905;
}
.AnyTagClassName
{
color: #C03905;
}
</style>
background-color css
<style>
a { background-color: #C03905; }
a { background-color: rgb(192,57,5); }
div.DivClassName
{
background-color: #C03905;
}
.BgClassName
{
background-color: #C03905;
}
</style>
border-color css
<style>
span { border-color: #C03905; }
span { border-color: rgb(192,57,5); }
td.TdClassName
{
border-color: #C03905;
}
.TagClassName
{
border-color: #C03905;
}
</style>