Shades of Rust #C94B15
Tints of Rust #C94B15
RGB
CMYK
RGB Variations
Color information
#C94B15 (or 0xC94B15) is known color: Rust. HEX triplet: C9, 4B and 15. RGB value is (201,75,21). Sum of RGB (Red+Green+Blue) = 201+75+21=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94B15 is #36B4EA. Grayscale: #6A6A6A. Windows color (decimal): -3585259 or 1395657. OLE color: 1395657.
HSL color Cylindrical-coordinate representation of color #C94B15: hue angle of 18º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C94B15 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 21 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.21 |
| HSL | 18º | 0.81% | 0.44% | - |
| HSV(B) | 18º | 0.9% | 0.79% | - |
| XYZ | 26.74 | 17.5 | 2.68 | - |
| YUV | 106.52 | 79.74 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 21 | 0 | 0.63 | 0.90 | 0.21 | 18 | 0.81 | 0.44 |
| Hex | C9 | 4B | 15 | 0 | 3F | 5A | 15 | 12 | 51 | 2C |
| Octal | 311 | 113 | 25 | 0 | 77 | 132 | 25 | 22 | 121 | 54 |
| Binary | 11001001 | 1001011 | 10101 | 0 | 111111 | 1011010 | 10101 | 10010 | 1010001 | 101100 |
Color Harmonies of #C94B15
Complementary color
Monochromatic Colors of #C94B15
Black with #C94B15
Text Example
Text Example
White with #C94B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B15; }
p { color: rgb(201,75,21); }
H1.HeaderClassName
{
color: #C94B15;
}
.AnyTagClassName
{
color: #C94B15;
}
</style>
background-color css
<style>
a { background-color: #C94B15; }
a { background-color: rgb(201,75,21); }
div.DivClassName
{
background-color: #C94B15;
}
.BgClassName
{
background-color: #C94B15;
}
</style>
border-color css
<style>
span { border-color: #C94B15; }
span { border-color: rgb(201,75,21); }
td.TdClassName
{
border-color: #C94B15;
}
.TagClassName
{
border-color: #C94B15;
}
</style>