Shades of Brick Red #C13845
Tints of Brick Red #C13845
RGB
CMYK
RGB Variations
Color information
#C13845 (or 0xC13845) is known color: Brick Red. HEX triplet: C1, 38 and 45. RGB value is (193,56,69). Sum of RGB (Red+Green+Blue) = 193+56+69=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C13845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13845 is #3EC7BA. Grayscale: #626262. Windows color (decimal): -4114363 or 4536513. OLE color: 4536513.
HSL color Cylindrical-coordinate representation of color #C13845: hue angle of 354.31º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13845 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 69 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.24 |
| HSL | 354.31º | 0.55% | 0.49% | - |
| HSV(B) | 354.31º | 0.71% | 0.76% | - |
| XYZ | 24.48 | 14.6 | 7.16 | - |
| YUV | 98.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 69 | 0 | 0.71 | 0.64 | 0.24 | 354.31 | 0.55 | 0.49 |
| Hex | C1 | 38 | 45 | 0 | 47 | 40 | 18 | 162 | 37 | 31 |
| Octal | 301 | 70 | 105 | 0 | 107 | 100 | 30 | 542 | 67 | 61 |
| Binary | 11000001 | 111000 | 1000101 | 0 | 1000111 | 1000000 | 11000 | 101100010 | 110111 | 110001 |
Color Harmonies of #C13845
Complementary color
Monochromatic Colors of #C13845
Black with #C13845
Text Example
Text Example
White with #C13845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13845; }
p { color: rgb(193,56,69); }
H1.HeaderClassName
{
color: #C13845;
}
.AnyTagClassName
{
color: #C13845;
}
</style>
background-color css
<style>
a { background-color: #C13845; }
a { background-color: rgb(193,56,69); }
div.DivClassName
{
background-color: #C13845;
}
.BgClassName
{
background-color: #C13845;
}
</style>
border-color css
<style>
span { border-color: #C13845; }
span { border-color: rgb(193,56,69); }
td.TdClassName
{
border-color: #C13845;
}
.TagClassName
{
border-color: #C13845;
}
</style>