Shades of Brick Red #C73D45
Tints of Brick Red #C73D45
RGB
CMYK
RGB Variations
Color information
#C73D45 (or 0xC73D45) is known color: Brick Red. HEX triplet: C7, 3D and 45. RGB value is (199,61,69). Sum of RGB (Red+Green+Blue) = 199+61+69=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D45 is #38C2BA. Grayscale: #676767. Windows color (decimal): -3719867 or 4537799. OLE color: 4537799.
HSL color Cylindrical-coordinate representation of color #C73D45: hue angle of 356.52º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D45 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 69 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.22 |
| HSL | 356.52º | 0.55% | 0.51% | - |
| HSV(B) | 356.52º | 0.69% | 0.78% | - |
| XYZ | 26.3 | 15.91 | 7.32 | - |
| YUV | 103.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 69 | 0 | 0.69 | 0.65 | 0.22 | 356.52 | 0.55 | 0.51 |
| Hex | C7 | 3D | 45 | 0 | 45 | 41 | 16 | 165 | 37 | 33 |
| Octal | 307 | 75 | 105 | 0 | 105 | 101 | 26 | 545 | 67 | 63 |
| Binary | 11000111 | 111101 | 1000101 | 0 | 1000101 | 1000001 | 10110 | 101100101 | 110111 | 110011 |
Color Harmonies of #C73D45
Complementary color
Monochromatic Colors of #C73D45
Black with #C73D45
Text Example
Text Example
White with #C73D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D45; }
p { color: rgb(199,61,69); }
H1.HeaderClassName
{
color: #C73D45;
}
.AnyTagClassName
{
color: #C73D45;
}
</style>
background-color css
<style>
a { background-color: #C73D45; }
a { background-color: rgb(199,61,69); }
div.DivClassName
{
background-color: #C73D45;
}
.BgClassName
{
background-color: #C73D45;
}
</style>
border-color css
<style>
span { border-color: #C73D45; }
span { border-color: rgb(199,61,69); }
td.TdClassName
{
border-color: #C73D45;
}
.TagClassName
{
border-color: #C73D45;
}
</style>