Shades of Rust #C94203
Tints of Rust #C94203
RGB
CMYK
RGB Variations
Color information
#C94203 (or 0xC94203) is known color: Rust. HEX triplet: C9, 42 and 03. RGB value is (201,66,3). Sum of RGB (Red+Green+Blue) = 201+66+3=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C94203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94203 is #36BDFC. Grayscale: #636363. Windows color (decimal): -3587581 or 213705. OLE color: 213705.
HSL color Cylindrical-coordinate representation of color #C94203: hue angle of 19.09º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C94203 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.21 |
| HSL | 19.09º | 0.97% | 0.4% | - |
| HSV(B) | 19.09º | 0.99% | 0.79% | - |
| XYZ | 26.05 | 16.32 | 1.86 | - |
| YUV | 99.18 | 73.73 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 3 | 0 | 0.67 | 0.99 | 0.21 | 19.09 | 0.97 | 0.4 |
| Hex | C9 | 42 | 3 | 0 | 43 | 63 | 15 | 13 | 61 | 28 |
| Octal | 311 | 102 | 3 | 0 | 103 | 143 | 25 | 23 | 141 | 50 |
| Binary | 11001001 | 1000010 | 11 | 0 | 1000011 | 1100011 | 10101 | 10011 | 1100001 | 101000 |
Color Harmonies of #C94203
Complementary color
Monochromatic Colors of #C94203
Black with #C94203
Text Example
Text Example
White with #C94203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94203; }
p { color: rgb(201,66,3); }
H1.HeaderClassName
{
color: #C94203;
}
.AnyTagClassName
{
color: #C94203;
}
</style>
background-color css
<style>
a { background-color: #C94203; }
a { background-color: rgb(201,66,3); }
div.DivClassName
{
background-color: #C94203;
}
.BgClassName
{
background-color: #C94203;
}
</style>
border-color css
<style>
span { border-color: #C94203; }
span { border-color: rgb(201,66,3); }
td.TdClassName
{
border-color: #C94203;
}
.TagClassName
{
border-color: #C94203;
}
</style>