Shades of Brick Red #C13945
Tints of Brick Red #C13945
RGB
CMYK
RGB Variations
Color information
#C13945 (or 0xC13945) is known color: Brick Red. HEX triplet: C1, 39 and 45. RGB value is (193,57,69). Sum of RGB (Red+Green+Blue) = 193+57+69=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C13945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13945 is #3EC6BA. Grayscale: #636363. Windows color (decimal): -4114107 or 4536769. OLE color: 4536769.
HSL color Cylindrical-coordinate representation of color #C13945: hue angle of 354.71º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13945 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 69 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.24 |
| HSL | 354.71º | 0.54% | 0.49% | - |
| HSV(B) | 354.71º | 0.7% | 0.76% | - |
| XYZ | 24.53 | 14.69 | 7.17 | - |
| YUV | 99.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 69 | 0 | 0.70 | 0.64 | 0.24 | 354.71 | 0.54 | 0.49 |
| Hex | C1 | 39 | 45 | 0 | 46 | 40 | 18 | 163 | 36 | 31 |
| Octal | 301 | 71 | 105 | 0 | 106 | 100 | 30 | 543 | 66 | 61 |
| Binary | 11000001 | 111001 | 1000101 | 0 | 1000110 | 1000000 | 11000 | 101100011 | 110110 | 110001 |
Color Harmonies of #C13945
Complementary color
Monochromatic Colors of #C13945
Black with #C13945
Text Example
Text Example
White with #C13945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13945; }
p { color: rgb(193,57,69); }
H1.HeaderClassName
{
color: #C13945;
}
.AnyTagClassName
{
color: #C13945;
}
</style>
background-color css
<style>
a { background-color: #C13945; }
a { background-color: rgb(193,57,69); }
div.DivClassName
{
background-color: #C13945;
}
.BgClassName
{
background-color: #C13945;
}
</style>
border-color css
<style>
span { border-color: #C13945; }
span { border-color: rgb(193,57,69); }
td.TdClassName
{
border-color: #C13945;
}
.TagClassName
{
border-color: #C13945;
}
</style>