Shades of Brick Red #C12C44
Tints of Brick Red #C12C44
RGB
CMYK
RGB Variations
Color information
#C12C44 (or 0xC12C44) is known color: Brick Red. HEX triplet: C1, 2C and 44. RGB value is (193,44,68). Sum of RGB (Red+Green+Blue) = 193+44+68=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C44 is #3ED3BB. Grayscale: #5B5B5B. Windows color (decimal): -4117436 or 4467905. OLE color: 4467905.
HSL color Cylindrical-coordinate representation of color #C12C44: hue angle of 350.34º 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 #C12C44 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 68 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.24 |
| HSL | 350.34º | 0.63% | 0.46% | - |
| HSV(B) | 350.34º | 0.77% | 0.76% | - |
| XYZ | 23.94 | 13.56 | 6.82 | - |
| YUV | 91.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 68 | 0 | 0.77 | 0.65 | 0.24 | 350.34 | 0.63 | 0.46 |
| Hex | C1 | 2C | 44 | 0 | 4D | 41 | 18 | 15E | 3F | 2E |
| Octal | 301 | 54 | 104 | 0 | 115 | 101 | 30 | 536 | 77 | 56 |
| Binary | 11000001 | 101100 | 1000100 | 0 | 1001101 | 1000001 | 11000 | 101011110 | 111111 | 101110 |
Color Harmonies of #C12C44
Complementary color
Monochromatic Colors of #C12C44
Black with #C12C44
Text Example
Text Example
White with #C12C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12C44; }
p { color: rgb(193,44,68); }
H1.HeaderClassName
{
color: #C12C44;
}
.AnyTagClassName
{
color: #C12C44;
}
</style>
background-color css
<style>
a { background-color: #C12C44; }
a { background-color: rgb(193,44,68); }
div.DivClassName
{
background-color: #C12C44;
}
.BgClassName
{
background-color: #C12C44;
}
</style>
border-color css
<style>
span { border-color: #C12C44; }
span { border-color: rgb(193,44,68); }
td.TdClassName
{
border-color: #C12C44;
}
.TagClassName
{
border-color: #C12C44;
}
</style>