Shades of Brick Red #C12945
Tints of Brick Red #C12945
RGB
CMYK
RGB Variations
Color information
#C12945 (or 0xC12945) is known color: Brick Red. HEX triplet: C1, 29 and 45. RGB value is (193,41,69). Sum of RGB (Red+Green+Blue) = 193+41+69=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C12945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12945 is #3ED6BA. Grayscale: #595959. Windows color (decimal): -4118203 or 4532673. OLE color: 4532673.
HSL color Cylindrical-coordinate representation of color #C12945: hue angle of 348.95º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12945 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 69 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.24 |
| HSL | 348.95º | 0.65% | 0.46% | - |
| HSV(B) | 348.95º | 0.79% | 0.76% | - |
| XYZ | 23.86 | 13.35 | 6.95 | - |
| YUV | 89.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 69 | 0 | 0.79 | 0.64 | 0.24 | 348.95 | 0.65 | 0.46 |
| Hex | C1 | 29 | 45 | 0 | 4F | 40 | 18 | 15D | 41 | 2E |
| Octal | 301 | 51 | 105 | 0 | 117 | 100 | 30 | 535 | 101 | 56 |
| Binary | 11000001 | 101001 | 1000101 | 0 | 1001111 | 1000000 | 11000 | 101011101 | 1000001 | 101110 |
Color Harmonies of #C12945
Complementary color
Monochromatic Colors of #C12945
Black with #C12945
Text Example
Text Example
White with #C12945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12945; }
p { color: rgb(193,41,69); }
H1.HeaderClassName
{
color: #C12945;
}
.AnyTagClassName
{
color: #C12945;
}
</style>
background-color css
<style>
a { background-color: #C12945; }
a { background-color: rgb(193,41,69); }
div.DivClassName
{
background-color: #C12945;
}
.BgClassName
{
background-color: #C12945;
}
</style>
border-color css
<style>
span { border-color: #C12945; }
span { border-color: rgb(193,41,69); }
td.TdClassName
{
border-color: #C12945;
}
.TagClassName
{
border-color: #C12945;
}
</style>