Shades of Brick Red #C73243
Tints of Brick Red #C73243
RGB
CMYK
RGB Variations
Color information
#C73243 (or 0xC73243) is known color: Brick Red. HEX triplet: C7, 32 and 43. RGB value is (199,50,67). Sum of RGB (Red+Green+Blue) = 199+50+67=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C73243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73243 is #38CDBC. Grayscale: #606060. Windows color (decimal): -3722685 or 4403911. OLE color: 4403911.
HSL color Cylindrical-coordinate representation of color #C73243: hue angle of 353.15º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73243 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 67 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.22 |
| HSL | 353.15º | 0.6% | 0.49% | - |
| HSV(B) | 353.15º | 0.75% | 0.78% | - |
| XYZ | 25.71 | 14.83 | 6.82 | - |
| YUV | 96.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 67 | 0 | 0.75 | 0.66 | 0.22 | 353.15 | 0.6 | 0.49 |
| Hex | C7 | 32 | 43 | 0 | 4B | 42 | 16 | 161 | 3C | 31 |
| Octal | 307 | 62 | 103 | 0 | 113 | 102 | 26 | 541 | 74 | 61 |
| Binary | 11000111 | 110010 | 1000011 | 0 | 1001011 | 1000010 | 10110 | 101100001 | 111100 | 110001 |
Color Harmonies of #C73243
Complementary color
Monochromatic Colors of #C73243
Black with #C73243
Text Example
Text Example
White with #C73243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73243; }
p { color: rgb(199,50,67); }
H1.HeaderClassName
{
color: #C73243;
}
.AnyTagClassName
{
color: #C73243;
}
</style>
background-color css
<style>
a { background-color: #C73243; }
a { background-color: rgb(199,50,67); }
div.DivClassName
{
background-color: #C73243;
}
.BgClassName
{
background-color: #C73243;
}
</style>
border-color css
<style>
span { border-color: #C73243; }
span { border-color: rgb(199,50,67); }
td.TdClassName
{
border-color: #C73243;
}
.TagClassName
{
border-color: #C73243;
}
</style>