Shades of Brick Red #C73B4A
Tints of Brick Red #C73B4A
RGB
CMYK
RGB Variations
Color information
#C73B4A (or 0xC73B4A) is known color: Brick Red. HEX triplet: C7, 3B and 4A. RGB value is (199,59,74). Sum of RGB (Red+Green+Blue) = 199+59+74=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B4A is #38C4B5. Grayscale: #666666. Windows color (decimal): -3720374 or 4864967. OLE color: 4864967.
HSL color Cylindrical-coordinate representation of color #C73B4A: hue angle of 353.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B4A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 74 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.22 |
| HSL | 353.57º | 0.56% | 0.51% | - |
| HSV(B) | 353.57º | 0.7% | 0.78% | - |
| XYZ | 26.35 | 15.76 | 8.13 | - |
| YUV | 102.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 74 | 0 | 0.70 | 0.63 | 0.22 | 353.57 | 0.56 | 0.51 |
| Hex | C7 | 3B | 4A | 0 | 46 | 3F | 16 | 162 | 38 | 33 |
| Octal | 307 | 73 | 112 | 0 | 106 | 77 | 26 | 542 | 70 | 63 |
| Binary | 11000111 | 111011 | 1001010 | 0 | 1000110 | 111111 | 10110 | 101100010 | 111000 | 110011 |
Color Harmonies of #C73B4A
Complementary color
Monochromatic Colors of #C73B4A
Black with #C73B4A
Text Example
Text Example
White with #C73B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B4A; }
p { color: rgb(199,59,74); }
H1.HeaderClassName
{
color: #C73B4A;
}
.AnyTagClassName
{
color: #C73B4A;
}
</style>
background-color css
<style>
a { background-color: #C73B4A; }
a { background-color: rgb(199,59,74); }
div.DivClassName
{
background-color: #C73B4A;
}
.BgClassName
{
background-color: #C73B4A;
}
</style>
border-color css
<style>
span { border-color: #C73B4A; }
span { border-color: rgb(199,59,74); }
td.TdClassName
{
border-color: #C73B4A;
}
.TagClassName
{
border-color: #C73B4A;
}
</style>