Shades of Brick Red #C72443
Tints of Brick Red #C72443
RGB
CMYK
RGB Variations
Color information
#C72443 (or 0xC72443) is known color: Brick Red. HEX triplet: C7, 24 and 43. RGB value is (199,36,67). Sum of RGB (Red+Green+Blue) = 199+36+67=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C72443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72443 is #38DBBC. Grayscale: #585858. Windows color (decimal): -3726269 or 4400327. OLE color: 4400327.
HSL color Cylindrical-coordinate representation of color #C72443: hue angle of 348.59º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72443 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 67 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.22 |
| HSL | 348.59º | 0.69% | 0.46% | - |
| HSV(B) | 348.59º | 0.82% | 0.78% | - |
| XYZ | 25.2 | 13.81 | 6.65 | - |
| YUV | 88.27 | 116 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 67 | 0 | 0.82 | 0.66 | 0.22 | 348.59 | 0.69 | 0.46 |
| Hex | C7 | 24 | 43 | 0 | 52 | 42 | 16 | 15D | 45 | 2E |
| Octal | 307 | 44 | 103 | 0 | 122 | 102 | 26 | 535 | 105 | 56 |
| Binary | 11000111 | 100100 | 1000011 | 0 | 1010010 | 1000010 | 10110 | 101011101 | 1000101 | 101110 |
Color Harmonies of #C72443
Complementary color
Monochromatic Colors of #C72443
Black with #C72443
Text Example
Text Example
White with #C72443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72443; }
p { color: rgb(199,36,67); }
H1.HeaderClassName
{
color: #C72443;
}
.AnyTagClassName
{
color: #C72443;
}
</style>
background-color css
<style>
a { background-color: #C72443; }
a { background-color: rgb(199,36,67); }
div.DivClassName
{
background-color: #C72443;
}
.BgClassName
{
background-color: #C72443;
}
</style>
border-color css
<style>
span { border-color: #C72443; }
span { border-color: rgb(199,36,67); }
td.TdClassName
{
border-color: #C72443;
}
.TagClassName
{
border-color: #C72443;
}
</style>