Shades of Brick Red #C12645
Tints of Brick Red #C12645
RGB
CMYK
RGB Variations
Color information
#C12645 (or 0xC12645) is known color: Brick Red. HEX triplet: C1, 26 and 45. RGB value is (193,38,69). Sum of RGB (Red+Green+Blue) = 193+38+69=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C12645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12645 is #3ED9BA. Grayscale: #575757. Windows color (decimal): -4118971 or 4531905. OLE color: 4531905.
HSL color Cylindrical-coordinate representation of color #C12645: hue angle of 348º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12645 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 69 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.24 |
| HSL | 348º | 0.67% | 0.45% | - |
| HSV(B) | 348º | 0.8% | 0.76% | - |
| XYZ | 23.76 | 13.15 | 6.92 | - |
| YUV | 87.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 69 | 0 | 0.80 | 0.64 | 0.24 | 348 | 0.67 | 0.45 |
| Hex | C1 | 26 | 45 | 0 | 50 | 40 | 18 | 15C | 43 | 2D |
| Octal | 301 | 46 | 105 | 0 | 120 | 100 | 30 | 534 | 103 | 55 |
| Binary | 11000001 | 100110 | 1000101 | 0 | 1010000 | 1000000 | 11000 | 101011100 | 1000011 | 101101 |
Color Harmonies of #C12645
Complementary color
Monochromatic Colors of #C12645
Black with #C12645
Text Example
Text Example
White with #C12645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12645; }
p { color: rgb(193,38,69); }
H1.HeaderClassName
{
color: #C12645;
}
.AnyTagClassName
{
color: #C12645;
}
</style>
background-color css
<style>
a { background-color: #C12645; }
a { background-color: rgb(193,38,69); }
div.DivClassName
{
background-color: #C12645;
}
.BgClassName
{
background-color: #C12645;
}
</style>
border-color css
<style>
span { border-color: #C12645; }
span { border-color: rgb(193,38,69); }
td.TdClassName
{
border-color: #C12645;
}
.TagClassName
{
border-color: #C12645;
}
</style>