Shades of Brick Red #C73545
Tints of Brick Red #C73545
RGB
CMYK
RGB Variations
Color information
#C73545 (or 0xC73545) is known color: Brick Red. HEX triplet: C7, 35 and 45. RGB value is (199,53,69). Sum of RGB (Red+Green+Blue) = 199+53+69=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C73545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73545 is #38CABA. Grayscale: #626262. Windows color (decimal): -3721915 or 4535751. OLE color: 4535751.
HSL color Cylindrical-coordinate representation of color #C73545: hue angle of 353.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73545 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 69 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.22 |
| HSL | 353.42º | 0.58% | 0.49% | - |
| HSV(B) | 353.42º | 0.73% | 0.78% | - |
| XYZ | 25.9 | 15.12 | 7.18 | - |
| YUV | 98.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 69 | 0 | 0.73 | 0.65 | 0.22 | 353.42 | 0.58 | 0.49 |
| Hex | C7 | 35 | 45 | 0 | 49 | 41 | 16 | 161 | 3A | 31 |
| Octal | 307 | 65 | 105 | 0 | 111 | 101 | 26 | 541 | 72 | 61 |
| Binary | 11000111 | 110101 | 1000101 | 0 | 1001001 | 1000001 | 10110 | 101100001 | 111010 | 110001 |
Color Harmonies of #C73545
Complementary color
Monochromatic Colors of #C73545
Black with #C73545
Text Example
Text Example
White with #C73545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73545; }
p { color: rgb(199,53,69); }
H1.HeaderClassName
{
color: #C73545;
}
.AnyTagClassName
{
color: #C73545;
}
</style>
background-color css
<style>
a { background-color: #C73545; }
a { background-color: rgb(199,53,69); }
div.DivClassName
{
background-color: #C73545;
}
.BgClassName
{
background-color: #C73545;
}
</style>
border-color css
<style>
span { border-color: #C73545; }
span { border-color: rgb(199,53,69); }
td.TdClassName
{
border-color: #C73545;
}
.TagClassName
{
border-color: #C73545;
}
</style>