Shades of Rust #C94C1B
Tints of Rust #C94C1B
RGB
CMYK
RGB Variations
Color information
#C94C1B (or 0xC94C1B) is known color: Rust. HEX triplet: C9, 4C and 1B. RGB value is (201,76,27). Sum of RGB (Red+Green+Blue) = 201+76+27=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94C1B is #36B3E4. Grayscale: #6C6C6C. Windows color (decimal): -3584997 or 1789129. OLE color: 1789129.
HSL color Cylindrical-coordinate representation of color #C94C1B: hue angle of 16.9º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C94C1B is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 27 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.21 |
| HSL | 16.9º | 0.76% | 0.45% | - |
| HSV(B) | 16.9º | 0.87% | 0.79% | - |
| XYZ | 26.87 | 17.67 | 3.03 | - |
| YUV | 107.79 | 82.41 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 27 | 0 | 0.62 | 0.87 | 0.21 | 16.9 | 0.76 | 0.45 |
| Hex | C9 | 4C | 1B | 0 | 3E | 57 | 15 | 11 | 4C | 2D |
| Octal | 311 | 114 | 33 | 0 | 76 | 127 | 25 | 21 | 114 | 55 |
| Binary | 11001001 | 1001100 | 11011 | 0 | 111110 | 1010111 | 10101 | 10001 | 1001100 | 101101 |
Color Harmonies of #C94C1B
Complementary color
Monochromatic Colors of #C94C1B
Black with #C94C1B
Text Example
Text Example
White with #C94C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C1B; }
p { color: rgb(201,76,27); }
H1.HeaderClassName
{
color: #C94C1B;
}
.AnyTagClassName
{
color: #C94C1B;
}
</style>
background-color css
<style>
a { background-color: #C94C1B; }
a { background-color: rgb(201,76,27); }
div.DivClassName
{
background-color: #C94C1B;
}
.BgClassName
{
background-color: #C94C1B;
}
</style>
border-color css
<style>
span { border-color: #C94C1B; }
span { border-color: rgb(201,76,27); }
td.TdClassName
{
border-color: #C94C1B;
}
.TagClassName
{
border-color: #C94C1B;
}
</style>