Shades of Rust #C94A12
Tints of Rust #C94A12
RGB
CMYK
RGB Variations
Color information
#C94A12 (or 0xC94A12) is known color: Rust. HEX triplet: C9, 4A and 12. RGB value is (201,74,18). Sum of RGB (Red+Green+Blue) = 201+74+18=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A12 is #36B5ED. Grayscale: #696969. Windows color (decimal): -3585518 or 1198793. OLE color: 1198793.
HSL color Cylindrical-coordinate representation of color #C94A12: hue angle of 18.36º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C94A12 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 18 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.21 |
| HSL | 18.36º | 0.84% | 0.43% | - |
| HSV(B) | 18.36º | 0.91% | 0.79% | - |
| XYZ | 26.65 | 17.36 | 2.52 | - |
| YUV | 105.59 | 78.58 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 18 | 0 | 0.63 | 0.91 | 0.21 | 18.36 | 0.84 | 0.43 |
| Hex | C9 | 4A | 12 | 0 | 3F | 5B | 15 | 12 | 54 | 2B |
| Octal | 311 | 112 | 22 | 0 | 77 | 133 | 25 | 22 | 124 | 53 |
| Binary | 11001001 | 1001010 | 10010 | 0 | 111111 | 1011011 | 10101 | 10010 | 1010100 | 101011 |
Color Harmonies of #C94A12
Complementary color
Monochromatic Colors of #C94A12
Black with #C94A12
Text Example
Text Example
White with #C94A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A12; }
p { color: rgb(201,74,18); }
H1.HeaderClassName
{
color: #C94A12;
}
.AnyTagClassName
{
color: #C94A12;
}
</style>
background-color css
<style>
a { background-color: #C94A12; }
a { background-color: rgb(201,74,18); }
div.DivClassName
{
background-color: #C94A12;
}
.BgClassName
{
background-color: #C94A12;
}
</style>
border-color css
<style>
span { border-color: #C94A12; }
span { border-color: rgb(201,74,18); }
td.TdClassName
{
border-color: #C94A12;
}
.TagClassName
{
border-color: #C94A12;
}
</style>