Shades of Brick Red #C13545
Tints of Brick Red #C13545
RGB
CMYK
RGB Variations
Color information
#C13545 (or 0xC13545) is known color: Brick Red. HEX triplet: C1, 35 and 45. RGB value is (193,53,69). Sum of RGB (Red+Green+Blue) = 193+53+69=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C13545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13545 is #3ECABA. Grayscale: #606060. Windows color (decimal): -4115131 or 4535745. OLE color: 4535745.
HSL color Cylindrical-coordinate representation of color #C13545: hue angle of 353.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13545 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 69 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.24 |
| HSL | 353.14º | 0.57% | 0.48% | - |
| HSV(B) | 353.14º | 0.73% | 0.76% | - |
| XYZ | 24.34 | 14.31 | 7.11 | - |
| YUV | 96.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 69 | 0 | 0.73 | 0.64 | 0.24 | 353.14 | 0.57 | 0.48 |
| Hex | C1 | 35 | 45 | 0 | 49 | 40 | 18 | 161 | 39 | 30 |
| Octal | 301 | 65 | 105 | 0 | 111 | 100 | 30 | 541 | 71 | 60 |
| Binary | 11000001 | 110101 | 1000101 | 0 | 1001001 | 1000000 | 11000 | 101100001 | 111001 | 110000 |
Color Harmonies of #C13545
Complementary color
Monochromatic Colors of #C13545
Black with #C13545
Text Example
Text Example
White with #C13545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13545; }
p { color: rgb(193,53,69); }
H1.HeaderClassName
{
color: #C13545;
}
.AnyTagClassName
{
color: #C13545;
}
</style>
background-color css
<style>
a { background-color: #C13545; }
a { background-color: rgb(193,53,69); }
div.DivClassName
{
background-color: #C13545;
}
.BgClassName
{
background-color: #C13545;
}
</style>
border-color css
<style>
span { border-color: #C13545; }
span { border-color: rgb(193,53,69); }
td.TdClassName
{
border-color: #C13545;
}
.TagClassName
{
border-color: #C13545;
}
</style>