Shades of Rust #C94F19
Tints of Rust #C94F19
RGB
CMYK
RGB Variations
Color information
#C94F19 (or 0xC94F19) is known color: Rust. HEX triplet: C9, 4F and 19. RGB value is (201,79,25). Sum of RGB (Red+Green+Blue) = 201+79+25=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F19 is #36B0E6. Grayscale: #6D6D6D. Windows color (decimal): -3584231 or 1658825. OLE color: 1658825.
HSL color Cylindrical-coordinate representation of color #C94F19: hue angle of 18.41º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C94F19 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 25 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.21 |
| HSL | 18.41º | 0.78% | 0.44% | - |
| HSV(B) | 18.41º | 0.88% | 0.79% | - |
| XYZ | 27.06 | 18.08 | 2.98 | - |
| YUV | 109.32 | 80.42 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 25 | 0 | 0.61 | 0.88 | 0.21 | 18.41 | 0.78 | 0.44 |
| Hex | C9 | 4F | 19 | 0 | 3D | 58 | 15 | 12 | 4E | 2C |
| Octal | 311 | 117 | 31 | 0 | 75 | 130 | 25 | 22 | 116 | 54 |
| Binary | 11001001 | 1001111 | 11001 | 0 | 111101 | 1011000 | 10101 | 10010 | 1001110 | 101100 |
Color Harmonies of #C94F19
Complementary color
Monochromatic Colors of #C94F19
Black with #C94F19
Text Example
Text Example
White with #C94F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F19; }
p { color: rgb(201,79,25); }
H1.HeaderClassName
{
color: #C94F19;
}
.AnyTagClassName
{
color: #C94F19;
}
</style>
background-color css
<style>
a { background-color: #C94F19; }
a { background-color: rgb(201,79,25); }
div.DivClassName
{
background-color: #C94F19;
}
.BgClassName
{
background-color: #C94F19;
}
</style>
border-color css
<style>
span { border-color: #C94F19; }
span { border-color: rgb(201,79,25); }
td.TdClassName
{
border-color: #C94F19;
}
.TagClassName
{
border-color: #C94F19;
}
</style>