Shades of Brick Red #C12544
Tints of Brick Red #C12544
RGB
CMYK
RGB Variations
Color information
#C12544 (or 0xC12544) is known color: Brick Red. HEX triplet: C1, 25 and 44. RGB value is (193,37,68). Sum of RGB (Red+Green+Blue) = 193+37+68=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C12544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12544 is #3EDABB. Grayscale: #575757. Windows color (decimal): -4119228 or 4466113. OLE color: 4466113.
HSL color Cylindrical-coordinate representation of color #C12544: hue angle of 348.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12544 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 68 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.24 |
| HSL | 348.08º | 0.68% | 0.45% | - |
| HSV(B) | 348.08º | 0.81% | 0.76% | - |
| XYZ | 23.7 | 13.08 | 6.74 | - |
| YUV | 87.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 68 | 0 | 0.81 | 0.65 | 0.24 | 348.08 | 0.68 | 0.45 |
| Hex | C1 | 25 | 44 | 0 | 51 | 41 | 18 | 15C | 44 | 2D |
| Octal | 301 | 45 | 104 | 0 | 121 | 101 | 30 | 534 | 104 | 55 |
| Binary | 11000001 | 100101 | 1000100 | 0 | 1010001 | 1000001 | 11000 | 101011100 | 1000100 | 101101 |
Color Harmonies of #C12544
Complementary color
Monochromatic Colors of #C12544
Black with #C12544
Text Example
Text Example
White with #C12544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12544; }
p { color: rgb(193,37,68); }
H1.HeaderClassName
{
color: #C12544;
}
.AnyTagClassName
{
color: #C12544;
}
</style>
background-color css
<style>
a { background-color: #C12544; }
a { background-color: rgb(193,37,68); }
div.DivClassName
{
background-color: #C12544;
}
.BgClassName
{
background-color: #C12544;
}
</style>
border-color css
<style>
span { border-color: #C12544; }
span { border-color: rgb(193,37,68); }
td.TdClassName
{
border-color: #C12544;
}
.TagClassName
{
border-color: #C12544;
}
</style>