Shades of Brick Red #C73945
Tints of Brick Red #C73945
RGB
CMYK
RGB Variations
Color information
#C73945 (or 0xC73945) is known color: Brick Red. HEX triplet: C7, 39 and 45. RGB value is (199,57,69). Sum of RGB (Red+Green+Blue) = 199+57+69=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C73945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73945 is #38C6BA. Grayscale: #646464. Windows color (decimal): -3720891 or 4536775. OLE color: 4536775.
HSL color Cylindrical-coordinate representation of color #C73945: hue angle of 354.93º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73945 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 69 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.22 |
| HSL | 354.93º | 0.56% | 0.5% | - |
| HSV(B) | 354.93º | 0.71% | 0.78% | - |
| XYZ | 26.09 | 15.5 | 7.25 | - |
| YUV | 100.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 69 | 0 | 0.71 | 0.65 | 0.22 | 354.93 | 0.56 | 0.5 |
| Hex | C7 | 39 | 45 | 0 | 47 | 41 | 16 | 163 | 38 | 32 |
| Octal | 307 | 71 | 105 | 0 | 107 | 101 | 26 | 543 | 70 | 62 |
| Binary | 11000111 | 111001 | 1000101 | 0 | 1000111 | 1000001 | 10110 | 101100011 | 111000 | 110010 |
Color Harmonies of #C73945
Complementary color
Monochromatic Colors of #C73945
Black with #C73945
Text Example
Text Example
White with #C73945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73945; }
p { color: rgb(199,57,69); }
H1.HeaderClassName
{
color: #C73945;
}
.AnyTagClassName
{
color: #C73945;
}
</style>
background-color css
<style>
a { background-color: #C73945; }
a { background-color: rgb(199,57,69); }
div.DivClassName
{
background-color: #C73945;
}
.BgClassName
{
background-color: #C73945;
}
</style>
border-color css
<style>
span { border-color: #C73945; }
span { border-color: rgb(199,57,69); }
td.TdClassName
{
border-color: #C73945;
}
.TagClassName
{
border-color: #C73945;
}
</style>