Shades of Rust #C03A01
Tints of Rust #C03A01
RGB
CMYK
RGB Variations
Color information
#C03A01 (or 0xC03A01) is known color: Rust. HEX triplet: C0, 3A and 01. RGB value is (192,58,1). Sum of RGB (Red+Green+Blue) = 192+58+1=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03A01 is #3FC5FE. Grayscale: #5B5B5B. Windows color (decimal): -4179455 or 80576. OLE color: 80576.
HSL color Cylindrical-coordinate representation of color #C03A01: hue angle of 17.91º 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 #C03A01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.25 |
| HSL | 17.91º | 0.99% | 0.38% | - |
| HSV(B) | 17.91º | 0.99% | 0.75% | - |
| XYZ | 23.26 | 14.23 | 1.55 | - |
| YUV | 91.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 1 | 0 | 0.70 | 0.99 | 0.25 | 17.91 | 0.99 | 0.38 |
| Hex | C0 | 3A | 1 | 0 | 46 | 63 | 19 | 12 | 63 | 26 |
| Octal | 300 | 72 | 1 | 0 | 106 | 143 | 31 | 22 | 143 | 46 |
| Binary | 11000000 | 111010 | 1 | 0 | 1000110 | 1100011 | 11001 | 10010 | 1100011 | 100110 |
Color Harmonies of #C03A01
Complementary color
Monochromatic Colors of #C03A01
Black with #C03A01
Text Example
Text Example
White with #C03A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A01; }
p { color: rgb(192,58,1); }
H1.HeaderClassName
{
color: #C03A01;
}
.AnyTagClassName
{
color: #C03A01;
}
</style>
background-color css
<style>
a { background-color: #C03A01; }
a { background-color: rgb(192,58,1); }
div.DivClassName
{
background-color: #C03A01;
}
.BgClassName
{
background-color: #C03A01;
}
</style>
border-color css
<style>
span { border-color: #C03A01; }
span { border-color: rgb(192,58,1); }
td.TdClassName
{
border-color: #C03A01;
}
.TagClassName
{
border-color: #C03A01;
}
</style>