Shades of Brick Red #C73640
Tints of Brick Red #C73640
RGB
CMYK
RGB Variations
Color information
#C73640 (or 0xC73640) is known color: Brick Red. HEX triplet: C7, 36 and 40. RGB value is (199,54,64). Sum of RGB (Red+Green+Blue) = 199+54+64=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C73640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73640 is #38C9BF. Grayscale: #626262. Windows color (decimal): -3721664 or 4208327. OLE color: 4208327.
HSL color Cylindrical-coordinate representation of color #C73640: hue angle of 355.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73640 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 64 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.22 |
| HSL | 355.86º | 0.57% | 0.5% | - |
| HSV(B) | 355.86º | 0.73% | 0.78% | - |
| XYZ | 25.8 | 15.15 | 6.42 | - |
| YUV | 98.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 64 | 0 | 0.73 | 0.68 | 0.22 | 355.86 | 0.57 | 0.5 |
| Hex | C7 | 36 | 40 | 0 | 49 | 44 | 16 | 164 | 39 | 32 |
| Octal | 307 | 66 | 100 | 0 | 111 | 104 | 26 | 544 | 71 | 62 |
| Binary | 11000111 | 110110 | 1000000 | 0 | 1001001 | 1000100 | 10110 | 101100100 | 111001 | 110010 |
Color Harmonies of #C73640
Complementary color
Monochromatic Colors of #C73640
Black with #C73640
Text Example
Text Example
White with #C73640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73640; }
p { color: rgb(199,54,64); }
H1.HeaderClassName
{
color: #C73640;
}
.AnyTagClassName
{
color: #C73640;
}
</style>
background-color css
<style>
a { background-color: #C73640; }
a { background-color: rgb(199,54,64); }
div.DivClassName
{
background-color: #C73640;
}
.BgClassName
{
background-color: #C73640;
}
</style>
border-color css
<style>
span { border-color: #C73640; }
span { border-color: rgb(199,54,64); }
td.TdClassName
{
border-color: #C73640;
}
.TagClassName
{
border-color: #C73640;
}
</style>