Shades of Brick Red #C72945
Tints of Brick Red #C72945
RGB
CMYK
RGB Variations
Color information
#C72945 (or 0xC72945) is known color: Brick Red. HEX triplet: C7, 29 and 45. RGB value is (199,41,69). Sum of RGB (Red+Green+Blue) = 199+41+69=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C72945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72945 is #38D6BA. Grayscale: #5B5B5B. Windows color (decimal): -3724987 or 4532679. OLE color: 4532679.
HSL color Cylindrical-coordinate representation of color #C72945: hue angle of 349.37º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72945 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 69 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.22 |
| HSL | 349.37º | 0.66% | 0.47% | - |
| HSV(B) | 349.37º | 0.79% | 0.78% | - |
| XYZ | 25.42 | 14.16 | 7.02 | - |
| YUV | 91.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 69 | 0 | 0.79 | 0.65 | 0.22 | 349.37 | 0.66 | 0.47 |
| Hex | C7 | 29 | 45 | 0 | 4F | 41 | 16 | 15D | 42 | 2F |
| Octal | 307 | 51 | 105 | 0 | 117 | 101 | 26 | 535 | 102 | 57 |
| Binary | 11000111 | 101001 | 1000101 | 0 | 1001111 | 1000001 | 10110 | 101011101 | 1000010 | 101111 |
Color Harmonies of #C72945
Complementary color
Monochromatic Colors of #C72945
Black with #C72945
Text Example
Text Example
White with #C72945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72945; }
p { color: rgb(199,41,69); }
H1.HeaderClassName
{
color: #C72945;
}
.AnyTagClassName
{
color: #C72945;
}
</style>
background-color css
<style>
a { background-color: #C72945; }
a { background-color: rgb(199,41,69); }
div.DivClassName
{
background-color: #C72945;
}
.BgClassName
{
background-color: #C72945;
}
</style>
border-color css
<style>
span { border-color: #C72945; }
span { border-color: rgb(199,41,69); }
td.TdClassName
{
border-color: #C72945;
}
.TagClassName
{
border-color: #C72945;
}
</style>