Shades of Rust #C1471B
Tints of Rust #C1471B
RGB
CMYK
RGB Variations
Color information
#C1471B (or 0xC1471B) is known color: Rust. HEX triplet: C1, 47 and 1B. RGB value is (193,71,27). Sum of RGB (Red+Green+Blue) = 193+71+27=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1471B is #3EB8E4. Grayscale: #666666. Windows color (decimal): -4110565 or 1787841. OLE color: 1787841.
HSL color Cylindrical-coordinate representation of color #C1471B: hue angle of 15.9º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1471B is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 27 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.24 |
| HSL | 15.9º | 0.75% | 0.43% | - |
| HSV(B) | 15.9º | 0.86% | 0.76% | - |
| XYZ | 24.44 | 15.92 | 2.82 | - |
| YUV | 102.46 | 85.42 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 27 | 0 | 0.63 | 0.86 | 0.24 | 15.9 | 0.75 | 0.43 |
| Hex | C1 | 47 | 1B | 0 | 3F | 56 | 18 | 10 | 4B | 2B |
| Octal | 301 | 107 | 33 | 0 | 77 | 126 | 30 | 20 | 113 | 53 |
| Binary | 11000001 | 1000111 | 11011 | 0 | 111111 | 1010110 | 11000 | 10000 | 1001011 | 101011 |
Color Harmonies of #C1471B
Complementary color
Monochromatic Colors of #C1471B
Black with #C1471B
Text Example
Text Example
White with #C1471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1471B; }
p { color: rgb(193,71,27); }
H1.HeaderClassName
{
color: #C1471B;
}
.AnyTagClassName
{
color: #C1471B;
}
</style>
background-color css
<style>
a { background-color: #C1471B; }
a { background-color: rgb(193,71,27); }
div.DivClassName
{
background-color: #C1471B;
}
.BgClassName
{
background-color: #C1471B;
}
</style>
border-color css
<style>
span { border-color: #C1471B; }
span { border-color: rgb(193,71,27); }
td.TdClassName
{
border-color: #C1471B;
}
.TagClassName
{
border-color: #C1471B;
}
</style>