Shades of Meteor #C1742B
Tints of Meteor #C1742B
RGB
CMYK
RGB Variations
Color information
#C1742B (or 0xC1742B) is known color: Meteor. HEX triplet: C1, 74 and 2B. RGB value is (193,116,43). Sum of RGB (Red+Green+Blue) = 193+116+43=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1742B is #3E8BD4. Grayscale: #838383. Windows color (decimal): -4099029 or 2847937. OLE color: 2847937.
HSL color Cylindrical-coordinate representation of color #C1742B: hue angle of 29.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1742B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 43 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.24 |
| HSL | 29.2º | 0.64% | 0.46% | - |
| HSV(B) | 29.2º | 0.78% | 0.76% | - |
| XYZ | 28.67 | 24 | 5.41 | - |
| YUV | 130.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 43 | 0 | 0.40 | 0.78 | 0.24 | 29.2 | 0.64 | 0.46 |
| Hex | C1 | 74 | 2B | 0 | 28 | 4E | 18 | 1D | 40 | 2E |
| Octal | 301 | 164 | 53 | 0 | 50 | 116 | 30 | 35 | 100 | 56 |
| Binary | 11000001 | 1110100 | 101011 | 0 | 101000 | 1001110 | 11000 | 11101 | 1000000 | 101110 |
Color Harmonies of #C1742B
Complementary color
Monochromatic Colors of #C1742B
Black with #C1742B
Text Example
Text Example
White with #C1742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1742B; }
p { color: rgb(193,116,43); }
H1.HeaderClassName
{
color: #C1742B;
}
.AnyTagClassName
{
color: #C1742B;
}
</style>
background-color css
<style>
a { background-color: #C1742B; }
a { background-color: rgb(193,116,43); }
div.DivClassName
{
background-color: #C1742B;
}
.BgClassName
{
background-color: #C1742B;
}
</style>
border-color css
<style>
span { border-color: #C1742B; }
span { border-color: rgb(193,116,43); }
td.TdClassName
{
border-color: #C1742B;
}
.TagClassName
{
border-color: #C1742B;
}
</style>