Shades of Brick Red #C73D48
Tints of Brick Red #C73D48
RGB
CMYK
RGB Variations
Color information
#C73D48 (or 0xC73D48) is known color: Brick Red. HEX triplet: C7, 3D and 48. RGB value is (199,61,72). Sum of RGB (Red+Green+Blue) = 199+61+72=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D48 is #38C2B7. Grayscale: #676767. Windows color (decimal): -3719864 or 4734407. OLE color: 4734407.
HSL color Cylindrical-coordinate representation of color #C73D48: hue angle of 355.22º 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 #C73D48 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 72 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.22 |
| HSL | 355.22º | 0.55% | 0.51% | - |
| HSV(B) | 355.22º | 0.69% | 0.78% | - |
| XYZ | 26.39 | 15.95 | 7.82 | - |
| YUV | 103.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 72 | 0 | 0.69 | 0.64 | 0.22 | 355.22 | 0.55 | 0.51 |
| Hex | C7 | 3D | 48 | 0 | 45 | 40 | 16 | 163 | 37 | 33 |
| Octal | 307 | 75 | 110 | 0 | 105 | 100 | 26 | 543 | 67 | 63 |
| Binary | 11000111 | 111101 | 1001000 | 0 | 1000101 | 1000000 | 10110 | 101100011 | 110111 | 110011 |
Color Harmonies of #C73D48
Complementary color
Monochromatic Colors of #C73D48
Black with #C73D48
Text Example
Text Example
White with #C73D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D48; }
p { color: rgb(199,61,72); }
H1.HeaderClassName
{
color: #C73D48;
}
.AnyTagClassName
{
color: #C73D48;
}
</style>
background-color css
<style>
a { background-color: #C73D48; }
a { background-color: rgb(199,61,72); }
div.DivClassName
{
background-color: #C73D48;
}
.BgClassName
{
background-color: #C73D48;
}
</style>
border-color css
<style>
span { border-color: #C73D48; }
span { border-color: rgb(199,61,72); }
td.TdClassName
{
border-color: #C73D48;
}
.TagClassName
{
border-color: #C73D48;
}
</style>