Shades of Brick Red #C12843
Tints of Brick Red #C12843
RGB
CMYK
RGB Variations
Color information
#C12843 (or 0xC12843) is known color: Brick Red. HEX triplet: C1, 28 and 43. RGB value is (193,40,67). Sum of RGB (Red+Green+Blue) = 193+40+67=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C12843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12843 is #3ED7BC. Grayscale: #585858. Windows color (decimal): -4118461 or 4401345. OLE color: 4401345.
HSL color Cylindrical-coordinate representation of color #C12843: hue angle of 349.41º degrees, saturation: 0.66, 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 #C12843 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 67 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.24 |
| HSL | 349.41º | 0.66% | 0.46% | - |
| HSV(B) | 349.41º | 0.79% | 0.76% | - |
| XYZ | 23.76 | 13.26 | 6.62 | - |
| YUV | 88.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 67 | 0 | 0.79 | 0.65 | 0.24 | 349.41 | 0.66 | 0.46 |
| Hex | C1 | 28 | 43 | 0 | 4F | 41 | 18 | 15D | 42 | 2E |
| Octal | 301 | 50 | 103 | 0 | 117 | 101 | 30 | 535 | 102 | 56 |
| Binary | 11000001 | 101000 | 1000011 | 0 | 1001111 | 1000001 | 11000 | 101011101 | 1000010 | 101110 |
Color Harmonies of #C12843
Complementary color
Monochromatic Colors of #C12843
Black with #C12843
Text Example
Text Example
White with #C12843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12843; }
p { color: rgb(193,40,67); }
H1.HeaderClassName
{
color: #C12843;
}
.AnyTagClassName
{
color: #C12843;
}
</style>
background-color css
<style>
a { background-color: #C12843; }
a { background-color: rgb(193,40,67); }
div.DivClassName
{
background-color: #C12843;
}
.BgClassName
{
background-color: #C12843;
}
</style>
border-color css
<style>
span { border-color: #C12843; }
span { border-color: rgb(193,40,67); }
td.TdClassName
{
border-color: #C12843;
}
.TagClassName
{
border-color: #C12843;
}
</style>