Shades of Rust #C44203
Tints of Rust #C44203
RGB
CMYK
RGB Variations
Color information
#C44203 (or 0xC44203) is known color: Rust. HEX triplet: C4, 42 and 03. RGB value is (196,66,3). Sum of RGB (Red+Green+Blue) = 196+66+3=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C44203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44203 is #3BBDFC. Grayscale: #626262. Windows color (decimal): -3915261 or 213700. OLE color: 213700.
HSL color Cylindrical-coordinate representation of color #C44203: hue angle of 19.59º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C44203 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.23 |
| HSL | 19.59º | 0.97% | 0.39% | - |
| HSV(B) | 19.59º | 0.98% | 0.77% | - |
| XYZ | 24.73 | 15.64 | 1.8 | - |
| YUV | 97.69 | 74.57 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 3 | 0 | 0.66 | 0.98 | 0.23 | 19.59 | 0.97 | 0.39 |
| Hex | C4 | 42 | 3 | 0 | 42 | 62 | 17 | 14 | 61 | 27 |
| Octal | 304 | 102 | 3 | 0 | 102 | 142 | 27 | 24 | 141 | 47 |
| Binary | 11000100 | 1000010 | 11 | 0 | 1000010 | 1100010 | 10111 | 10100 | 1100001 | 100111 |
Color Harmonies of #C44203
Complementary color
Monochromatic Colors of #C44203
Black with #C44203
Text Example
Text Example
White with #C44203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44203; }
p { color: rgb(196,66,3); }
H1.HeaderClassName
{
color: #C44203;
}
.AnyTagClassName
{
color: #C44203;
}
</style>
background-color css
<style>
a { background-color: #C44203; }
a { background-color: rgb(196,66,3); }
div.DivClassName
{
background-color: #C44203;
}
.BgClassName
{
background-color: #C44203;
}
</style>
border-color css
<style>
span { border-color: #C44203; }
span { border-color: rgb(196,66,3); }
td.TdClassName
{
border-color: #C44203;
}
.TagClassName
{
border-color: #C44203;
}
</style>