Shades of Brick Red #C73043
Tints of Brick Red #C73043
RGB
CMYK
RGB Variations
Color information
#C73043 (or 0xC73043) is known color: Brick Red. HEX triplet: C7, 30 and 43. RGB value is (199,48,67). Sum of RGB (Red+Green+Blue) = 199+48+67=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C73043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73043 is #38CFBC. Grayscale: #5F5F5F. Windows color (decimal): -3723197 or 4403399. OLE color: 4403399.
HSL color Cylindrical-coordinate representation of color #C73043: hue angle of 352.45º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73043 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 67 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.22 |
| HSL | 352.45º | 0.61% | 0.48% | - |
| HSV(B) | 352.45º | 0.76% | 0.78% | - |
| XYZ | 25.62 | 14.66 | 6.79 | - |
| YUV | 95.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 67 | 0 | 0.76 | 0.66 | 0.22 | 352.45 | 0.61 | 0.48 |
| Hex | C7 | 30 | 43 | 0 | 4C | 42 | 16 | 160 | 3D | 30 |
| Octal | 307 | 60 | 103 | 0 | 114 | 102 | 26 | 540 | 75 | 60 |
| Binary | 11000111 | 110000 | 1000011 | 0 | 1001100 | 1000010 | 10110 | 101100000 | 111101 | 110000 |
Color Harmonies of #C73043
Complementary color
Monochromatic Colors of #C73043
Black with #C73043
Text Example
Text Example
White with #C73043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73043; }
p { color: rgb(199,48,67); }
H1.HeaderClassName
{
color: #C73043;
}
.AnyTagClassName
{
color: #C73043;
}
</style>
background-color css
<style>
a { background-color: #C73043; }
a { background-color: rgb(199,48,67); }
div.DivClassName
{
background-color: #C73043;
}
.BgClassName
{
background-color: #C73043;
}
</style>
border-color css
<style>
span { border-color: #C73043; }
span { border-color: rgb(199,48,67); }
td.TdClassName
{
border-color: #C73043;
}
.TagClassName
{
border-color: #C73043;
}
</style>