Shades of Rust #C03B00
Tints of Rust #C03B00
RGB
CMYK
RGB Variations
Color information
#C03B00 (or 0xC03B00) is known color: Rust. HEX triplet: C0, 3B and 00. RGB value is (192,59,0). Sum of RGB (Red+Green+Blue) = 192+59+0=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B00 is #3FC4FF. Grayscale: #5C5C5C. Windows color (decimal): -4179200 or 15296. OLE color: 15296.
HSL color Cylindrical-coordinate representation of color #C03B00: hue angle of 18.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C03B00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.25 |
| HSL | 18.44º | 1% | 0.38% | - |
| HSV(B) | 18.44º | 1% | 0.75% | - |
| XYZ | 23.3 | 14.33 | 1.54 | - |
| YUV | 92.04 | 76.06 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 0 | 0 | 0.69 | 1 | 0.25 | 18.44 | 1 | 0.38 |
| Hex | C0 | 3B | 0 | 0 | 45 | 64 | 19 | 12 | 64 | 26 |
| Octal | 300 | 73 | 0 | 0 | 105 | 144 | 31 | 22 | 144 | 46 |
| Binary | 11000000 | 111011 | 0 | 0 | 1000101 | 1100100 | 11001 | 10010 | 1100100 | 100110 |
Color Harmonies of #C03B00
Complementary color
Monochromatic Colors of #C03B00
Black with #C03B00
Text Example
Text Example
White with #C03B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B00; }
p { color: rgb(192,59,0); }
H1.HeaderClassName
{
color: #C03B00;
}
.AnyTagClassName
{
color: #C03B00;
}
</style>
background-color css
<style>
a { background-color: #C03B00; }
a { background-color: rgb(192,59,0); }
div.DivClassName
{
background-color: #C03B00;
}
.BgClassName
{
background-color: #C03B00;
}
</style>
border-color css
<style>
span { border-color: #C03B00; }
span { border-color: rgb(192,59,0); }
td.TdClassName
{
border-color: #C03B00;
}
.TagClassName
{
border-color: #C03B00;
}
</style>