Shades of Rust #C04303
Tints of Rust #C04303
RGB
CMYK
RGB Variations
Color information
#C04303 (or 0xC04303) is known color: Rust. HEX triplet: C0, 43 and 03. RGB value is (192,67,3). Sum of RGB (Red+Green+Blue) = 192+67+3=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C04303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04303 is #3FBCFC. Grayscale: #616161. Windows color (decimal): -4177149 or 213952. OLE color: 213952.
HSL color Cylindrical-coordinate representation of color #C04303: hue angle of 20.32º 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 #C04303 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.25 |
| HSL | 20.32º | 0.97% | 0.38% | - |
| HSV(B) | 20.32º | 0.98% | 0.75% | - |
| XYZ | 23.76 | 15.23 | 1.77 | - |
| YUV | 97.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 3 | 0 | 0.65 | 0.98 | 0.25 | 20.32 | 0.97 | 0.38 |
| Hex | C0 | 43 | 3 | 0 | 41 | 62 | 19 | 14 | 61 | 26 |
| Octal | 300 | 103 | 3 | 0 | 101 | 142 | 31 | 24 | 141 | 46 |
| Binary | 11000000 | 1000011 | 11 | 0 | 1000001 | 1100010 | 11001 | 10100 | 1100001 | 100110 |
Color Harmonies of #C04303
Complementary color
Monochromatic Colors of #C04303
Black with #C04303
Text Example
Text Example
White with #C04303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04303; }
p { color: rgb(192,67,3); }
H1.HeaderClassName
{
color: #C04303;
}
.AnyTagClassName
{
color: #C04303;
}
</style>
background-color css
<style>
a { background-color: #C04303; }
a { background-color: rgb(192,67,3); }
div.DivClassName
{
background-color: #C04303;
}
.BgClassName
{
background-color: #C04303;
}
</style>
border-color css
<style>
span { border-color: #C04303; }
span { border-color: rgb(192,67,3); }
td.TdClassName
{
border-color: #C04303;
}
.TagClassName
{
border-color: #C04303;
}
</style>