Shades of Brick Red #C73145
Tints of Brick Red #C73145
RGB
CMYK
RGB Variations
Color information
#C73145 (or 0xC73145) is known color: Brick Red. HEX triplet: C7, 31 and 45. RGB value is (199,49,69). Sum of RGB (Red+Green+Blue) = 199+49+69=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C73145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73145 is #38CEBA. Grayscale: #606060. Windows color (decimal): -3722939 or 4534727. OLE color: 4534727.
HSL color Cylindrical-coordinate representation of color #C73145: hue angle of 352º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73145 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 69 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.22 |
| HSL | 352º | 0.6% | 0.49% | - |
| HSV(B) | 352º | 0.75% | 0.78% | - |
| XYZ | 25.73 | 14.77 | 7.12 | - |
| YUV | 96.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 69 | 0 | 0.75 | 0.65 | 0.22 | 352 | 0.6 | 0.49 |
| Hex | C7 | 31 | 45 | 0 | 4B | 41 | 16 | 160 | 3C | 31 |
| Octal | 307 | 61 | 105 | 0 | 113 | 101 | 26 | 540 | 74 | 61 |
| Binary | 11000111 | 110001 | 1000101 | 0 | 1001011 | 1000001 | 10110 | 101100000 | 111100 | 110001 |
Color Harmonies of #C73145
Complementary color
Monochromatic Colors of #C73145
Black with #C73145
Text Example
Text Example
White with #C73145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73145; }
p { color: rgb(199,49,69); }
H1.HeaderClassName
{
color: #C73145;
}
.AnyTagClassName
{
color: #C73145;
}
</style>
background-color css
<style>
a { background-color: #C73145; }
a { background-color: rgb(199,49,69); }
div.DivClassName
{
background-color: #C73145;
}
.BgClassName
{
background-color: #C73145;
}
</style>
border-color css
<style>
span { border-color: #C73145; }
span { border-color: rgb(199,49,69); }
td.TdClassName
{
border-color: #C73145;
}
.TagClassName
{
border-color: #C73145;
}
</style>