Shades of Brick Red #C72548
Tints of Brick Red #C72548
RGB
CMYK
RGB Variations
Color information
#C72548 (or 0xC72548) is known color: Brick Red. HEX triplet: C7, 25 and 48. RGB value is (199,37,72). Sum of RGB (Red+Green+Blue) = 199+37+72=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C72548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72548 is #38DAB7. Grayscale: #595959. Windows color (decimal): -3726008 or 4728263. OLE color: 4728263.
HSL color Cylindrical-coordinate representation of color #C72548: hue angle of 347.04º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72548 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 72 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.22 |
| HSL | 347.04º | 0.69% | 0.46% | - |
| HSV(B) | 347.04º | 0.81% | 0.78% | - |
| XYZ | 25.38 | 13.93 | 7.48 | - |
| YUV | 89.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 72 | 0 | 0.81 | 0.64 | 0.22 | 347.04 | 0.69 | 0.46 |
| Hex | C7 | 25 | 48 | 0 | 51 | 40 | 16 | 15B | 45 | 2E |
| Octal | 307 | 45 | 110 | 0 | 121 | 100 | 26 | 533 | 105 | 56 |
| Binary | 11000111 | 100101 | 1001000 | 0 | 1010001 | 1000000 | 10110 | 101011011 | 1000101 | 101110 |
Color Harmonies of #C72548
Complementary color
Monochromatic Colors of #C72548
Black with #C72548
Text Example
Text Example
White with #C72548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72548; }
p { color: rgb(199,37,72); }
H1.HeaderClassName
{
color: #C72548;
}
.AnyTagClassName
{
color: #C72548;
}
</style>
background-color css
<style>
a { background-color: #C72548; }
a { background-color: rgb(199,37,72); }
div.DivClassName
{
background-color: #C72548;
}
.BgClassName
{
background-color: #C72548;
}
</style>
border-color css
<style>
span { border-color: #C72548; }
span { border-color: rgb(199,37,72); }
td.TdClassName
{
border-color: #C72548;
}
.TagClassName
{
border-color: #C72548;
}
</style>