Shades of Brick Red #C13143
Tints of Brick Red #C13143
RGB
CMYK
RGB Variations
Color information
#C13143 (or 0xC13143) is known color: Brick Red. HEX triplet: C1, 31 and 43. RGB value is (193,49,67). Sum of RGB (Red+Green+Blue) = 193+49+67=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C13143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13143 is #3ECEBC. Grayscale: #5E5E5E. Windows color (decimal): -4116157 or 4403649. OLE color: 4403649.
HSL color Cylindrical-coordinate representation of color #C13143: hue angle of 352.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13143 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 67 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.24 |
| HSL | 352.5º | 0.6% | 0.47% | - |
| HSV(B) | 352.5º | 0.75% | 0.76% | - |
| XYZ | 24.1 | 13.94 | 6.73 | - |
| YUV | 94.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 67 | 0 | 0.75 | 0.65 | 0.24 | 352.5 | 0.6 | 0.47 |
| Hex | C1 | 31 | 43 | 0 | 4B | 41 | 18 | 160 | 3C | 2F |
| Octal | 301 | 61 | 103 | 0 | 113 | 101 | 30 | 540 | 74 | 57 |
| Binary | 11000001 | 110001 | 1000011 | 0 | 1001011 | 1000001 | 11000 | 101100000 | 111100 | 101111 |
Color Harmonies of #C13143
Complementary color
Monochromatic Colors of #C13143
Black with #C13143
Text Example
Text Example
White with #C13143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13143; }
p { color: rgb(193,49,67); }
H1.HeaderClassName
{
color: #C13143;
}
.AnyTagClassName
{
color: #C13143;
}
</style>
background-color css
<style>
a { background-color: #C13143; }
a { background-color: rgb(193,49,67); }
div.DivClassName
{
background-color: #C13143;
}
.BgClassName
{
background-color: #C13143;
}
</style>
border-color css
<style>
span { border-color: #C13143; }
span { border-color: rgb(193,49,67); }
td.TdClassName
{
border-color: #C13143;
}
.TagClassName
{
border-color: #C13143;
}
</style>