Shades of Brick Red #C73844
Tints of Brick Red #C73844
RGB
CMYK
RGB Variations
Color information
#C73844 (or 0xC73844) is known color: Brick Red. HEX triplet: C7, 38 and 44. RGB value is (199,56,68). Sum of RGB (Red+Green+Blue) = 199+56+68=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C73844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73844 is #38C7BB. Grayscale: #646464. Windows color (decimal): -3721148 or 4470983. OLE color: 4470983.
HSL color Cylindrical-coordinate representation of color #C73844: hue angle of 354.97º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73844 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 68 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.22 |
| HSL | 354.97º | 0.56% | 0.5% | - |
| HSV(B) | 354.97º | 0.72% | 0.78% | - |
| XYZ | 26.01 | 15.39 | 7.07 | - |
| YUV | 100.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 68 | 0 | 0.72 | 0.66 | 0.22 | 354.97 | 0.56 | 0.5 |
| Hex | C7 | 38 | 44 | 0 | 48 | 42 | 16 | 163 | 38 | 32 |
| Octal | 307 | 70 | 104 | 0 | 110 | 102 | 26 | 543 | 70 | 62 |
| Binary | 11000111 | 111000 | 1000100 | 0 | 1001000 | 1000010 | 10110 | 101100011 | 111000 | 110010 |
Color Harmonies of #C73844
Complementary color
Monochromatic Colors of #C73844
Black with #C73844
Text Example
Text Example
White with #C73844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73844; }
p { color: rgb(199,56,68); }
H1.HeaderClassName
{
color: #C73844;
}
.AnyTagClassName
{
color: #C73844;
}
</style>
background-color css
<style>
a { background-color: #C73844; }
a { background-color: rgb(199,56,68); }
div.DivClassName
{
background-color: #C73844;
}
.BgClassName
{
background-color: #C73844;
}
</style>
border-color css
<style>
span { border-color: #C73844; }
span { border-color: rgb(199,56,68); }
td.TdClassName
{
border-color: #C73844;
}
.TagClassName
{
border-color: #C73844;
}
</style>