Shades of Brick Red #C12C3C
Tints of Brick Red #C12C3C
RGB
CMYK
RGB Variations
Color information
#C12C3C (or 0xC12C3C) is known color: Brick Red. HEX triplet: C1, 2C and 3C. RGB value is (193,44,60). Sum of RGB (Red+Green+Blue) = 193+44+60=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C3C is #3ED3C3. Grayscale: #5A5A5A. Windows color (decimal): -4117444 or 3943617. OLE color: 3943617.
HSL color Cylindrical-coordinate representation of color #C12C3C: hue angle of 353.56º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12C3C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 60 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.24 |
| HSL | 353.56º | 0.63% | 0.46% | - |
| HSV(B) | 353.56º | 0.77% | 0.76% | - |
| XYZ | 23.71 | 13.47 | 5.62 | - |
| YUV | 90.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 60 | 0 | 0.77 | 0.69 | 0.24 | 353.56 | 0.63 | 0.46 |
| Hex | C1 | 2C | 3C | 0 | 4D | 45 | 18 | 162 | 3F | 2E |
| Octal | 301 | 54 | 74 | 0 | 115 | 105 | 30 | 542 | 77 | 56 |
| Binary | 11000001 | 101100 | 111100 | 0 | 1001101 | 1000101 | 11000 | 101100010 | 111111 | 101110 |
Color Harmonies of #C12C3C
Complementary color
Monochromatic Colors of #C12C3C
Black with #C12C3C
Text Example
Text Example
White with #C12C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12C3C; }
p { color: rgb(193,44,60); }
H1.HeaderClassName
{
color: #C12C3C;
}
.AnyTagClassName
{
color: #C12C3C;
}
</style>
background-color css
<style>
a { background-color: #C12C3C; }
a { background-color: rgb(193,44,60); }
div.DivClassName
{
background-color: #C12C3C;
}
.BgClassName
{
background-color: #C12C3C;
}
</style>
border-color css
<style>
span { border-color: #C12C3C; }
span { border-color: rgb(193,44,60); }
td.TdClassName
{
border-color: #C12C3C;
}
.TagClassName
{
border-color: #C12C3C;
}
</style>