Shades of Brick Red #C73948
Tints of Brick Red #C73948
RGB
CMYK
RGB Variations
Color information
#C73948 (or 0xC73948) is known color: Brick Red. HEX triplet: C7, 39 and 48. RGB value is (199,57,72). Sum of RGB (Red+Green+Blue) = 199+57+72=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C73948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73948 is #38C6B7. Grayscale: #656565. Windows color (decimal): -3720888 or 4733383. OLE color: 4733383.
HSL color Cylindrical-coordinate representation of color #C73948: hue angle of 353.66º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73948 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 72 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.22 |
| HSL | 353.66º | 0.56% | 0.5% | - |
| HSV(B) | 353.66º | 0.71% | 0.78% | - |
| XYZ | 26.19 | 15.54 | 7.75 | - |
| YUV | 101.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 72 | 0 | 0.71 | 0.64 | 0.22 | 353.66 | 0.56 | 0.5 |
| Hex | C7 | 39 | 48 | 0 | 47 | 40 | 16 | 162 | 38 | 32 |
| Octal | 307 | 71 | 110 | 0 | 107 | 100 | 26 | 542 | 70 | 62 |
| Binary | 11000111 | 111001 | 1001000 | 0 | 1000111 | 1000000 | 10110 | 101100010 | 111000 | 110010 |
Color Harmonies of #C73948
Complementary color
Monochromatic Colors of #C73948
Black with #C73948
Text Example
Text Example
White with #C73948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73948; }
p { color: rgb(199,57,72); }
H1.HeaderClassName
{
color: #C73948;
}
.AnyTagClassName
{
color: #C73948;
}
</style>
background-color css
<style>
a { background-color: #C73948; }
a { background-color: rgb(199,57,72); }
div.DivClassName
{
background-color: #C73948;
}
.BgClassName
{
background-color: #C73948;
}
</style>
border-color css
<style>
span { border-color: #C73948; }
span { border-color: rgb(199,57,72); }
td.TdClassName
{
border-color: #C73948;
}
.TagClassName
{
border-color: #C73948;
}
</style>