Shades of Brick Red #C12C3E
Tints of Brick Red #C12C3E
RGB
CMYK
RGB Variations
Color information
#C12C3E (or 0xC12C3E) is known color: Brick Red. HEX triplet: C1, 2C and 3E. RGB value is (193,44,62). Sum of RGB (Red+Green+Blue) = 193+44+62=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C3E is #3ED3C1. Grayscale: #5A5A5A. Windows color (decimal): -4117442 or 4074689. OLE color: 4074689.
HSL color Cylindrical-coordinate representation of color #C12C3E: hue angle of 352.75º 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 #C12C3E is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 62 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.24 |
| HSL | 352.75º | 0.63% | 0.46% | - |
| HSV(B) | 352.75º | 0.77% | 0.76% | - |
| XYZ | 23.76 | 13.49 | 5.91 | - |
| YUV | 90.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 62 | 0 | 0.77 | 0.68 | 0.24 | 352.75 | 0.63 | 0.46 |
| Hex | C1 | 2C | 3E | 0 | 4D | 44 | 18 | 161 | 3F | 2E |
| Octal | 301 | 54 | 76 | 0 | 115 | 104 | 30 | 541 | 77 | 56 |
| Binary | 11000001 | 101100 | 111110 | 0 | 1001101 | 1000100 | 11000 | 101100001 | 111111 | 101110 |
Color Harmonies of #C12C3E
Complementary color
Monochromatic Colors of #C12C3E
Black with #C12C3E
Text Example
Text Example
White with #C12C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12C3E; }
p { color: rgb(193,44,62); }
H1.HeaderClassName
{
color: #C12C3E;
}
.AnyTagClassName
{
color: #C12C3E;
}
</style>
background-color css
<style>
a { background-color: #C12C3E; }
a { background-color: rgb(193,44,62); }
div.DivClassName
{
background-color: #C12C3E;
}
.BgClassName
{
background-color: #C12C3E;
}
</style>
border-color css
<style>
span { border-color: #C12C3E; }
span { border-color: rgb(193,44,62); }
td.TdClassName
{
border-color: #C12C3E;
}
.TagClassName
{
border-color: #C12C3E;
}
</style>