Shades of Brick Red #C72746
Tints of Brick Red #C72746
RGB
CMYK
RGB Variations
Color information
#C72746 (or 0xC72746) is known color: Brick Red. HEX triplet: C7, 27 and 46. RGB value is (199,39,70). Sum of RGB (Red+Green+Blue) = 199+39+70=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C72746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72746 is #38D8B9. Grayscale: #5A5A5A. Windows color (decimal): -3725498 or 4597703. OLE color: 4597703.
HSL color Cylindrical-coordinate representation of color #C72746: hue angle of 348.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72746 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 70 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.22 |
| HSL | 348.38º | 0.67% | 0.47% | - |
| HSV(B) | 348.38º | 0.8% | 0.78% | - |
| XYZ | 25.38 | 14.04 | 7.17 | - |
| YUV | 90.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 70 | 0 | 0.80 | 0.65 | 0.22 | 348.38 | 0.67 | 0.47 |
| Hex | C7 | 27 | 46 | 0 | 50 | 41 | 16 | 15C | 43 | 2F |
| Octal | 307 | 47 | 106 | 0 | 120 | 101 | 26 | 534 | 103 | 57 |
| Binary | 11000111 | 100111 | 1000110 | 0 | 1010000 | 1000001 | 10110 | 101011100 | 1000011 | 101111 |
Color Harmonies of #C72746
Complementary color
Monochromatic Colors of #C72746
Black with #C72746
Text Example
Text Example
White with #C72746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72746; }
p { color: rgb(199,39,70); }
H1.HeaderClassName
{
color: #C72746;
}
.AnyTagClassName
{
color: #C72746;
}
</style>
background-color css
<style>
a { background-color: #C72746; }
a { background-color: rgb(199,39,70); }
div.DivClassName
{
background-color: #C72746;
}
.BgClassName
{
background-color: #C72746;
}
</style>
border-color css
<style>
span { border-color: #C72746; }
span { border-color: rgb(199,39,70); }
td.TdClassName
{
border-color: #C72746;
}
.TagClassName
{
border-color: #C72746;
}
</style>