Shades of Brick Red #C12840
Tints of Brick Red #C12840
RGB
CMYK
RGB Variations
Color information
#C12840 (or 0xC12840) is known color: Brick Red. HEX triplet: C1, 28 and 40. RGB value is (193,40,64). Sum of RGB (Red+Green+Blue) = 193+40+64=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C12840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12840 is #3ED7BF. Grayscale: #585858. Windows color (decimal): -4118464 or 4204737. OLE color: 4204737.
HSL color Cylindrical-coordinate representation of color #C12840: hue angle of 350.59º 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 #C12840 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 64 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.24 |
| HSL | 350.59º | 0.66% | 0.46% | - |
| HSV(B) | 350.59º | 0.79% | 0.76% | - |
| XYZ | 23.68 | 13.23 | 6.16 | - |
| YUV | 88.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 64 | 0 | 0.79 | 0.67 | 0.24 | 350.59 | 0.66 | 0.46 |
| Hex | C1 | 28 | 40 | 0 | 4F | 43 | 18 | 15F | 42 | 2E |
| Octal | 301 | 50 | 100 | 0 | 117 | 103 | 30 | 537 | 102 | 56 |
| Binary | 11000001 | 101000 | 1000000 | 0 | 1001111 | 1000011 | 11000 | 101011111 | 1000010 | 101110 |
Color Harmonies of #C12840
Complementary color
Monochromatic Colors of #C12840
Black with #C12840
Text Example
Text Example
White with #C12840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12840; }
p { color: rgb(193,40,64); }
H1.HeaderClassName
{
color: #C12840;
}
.AnyTagClassName
{
color: #C12840;
}
</style>
background-color css
<style>
a { background-color: #C12840; }
a { background-color: rgb(193,40,64); }
div.DivClassName
{
background-color: #C12840;
}
.BgClassName
{
background-color: #C12840;
}
</style>
border-color css
<style>
span { border-color: #C12840; }
span { border-color: rgb(193,40,64); }
td.TdClassName
{
border-color: #C12840;
}
.TagClassName
{
border-color: #C12840;
}
</style>