Shades of Brick Red #C73D4B
Tints of Brick Red #C73D4B
RGB
CMYK
RGB Variations
Color information
#C73D4B (or 0xC73D4B) is known color: Brick Red. HEX triplet: C7, 3D and 4B. RGB value is (199,61,75). Sum of RGB (Red+Green+Blue) = 199+61+75=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D4B is #38C2B4. Grayscale: #676767. Windows color (decimal): -3719861 or 4931015. OLE color: 4931015.
HSL color Cylindrical-coordinate representation of color #C73D4B: hue angle of 353.91º 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 #C73D4B is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 75 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.22 |
| HSL | 353.91º | 0.55% | 0.51% | - |
| HSV(B) | 353.91º | 0.69% | 0.78% | - |
| XYZ | 26.49 | 15.99 | 8.35 | - |
| YUV | 103.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 75 | 0 | 0.69 | 0.62 | 0.22 | 353.91 | 0.55 | 0.51 |
| Hex | C7 | 3D | 4B | 0 | 45 | 3E | 16 | 162 | 37 | 33 |
| Octal | 307 | 75 | 113 | 0 | 105 | 76 | 26 | 542 | 67 | 63 |
| Binary | 11000111 | 111101 | 1001011 | 0 | 1000101 | 111110 | 10110 | 101100010 | 110111 | 110011 |
Color Harmonies of #C73D4B
Complementary color
Monochromatic Colors of #C73D4B
Black with #C73D4B
Text Example
Text Example
White with #C73D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D4B; }
p { color: rgb(199,61,75); }
H1.HeaderClassName
{
color: #C73D4B;
}
.AnyTagClassName
{
color: #C73D4B;
}
</style>
background-color css
<style>
a { background-color: #C73D4B; }
a { background-color: rgb(199,61,75); }
div.DivClassName
{
background-color: #C73D4B;
}
.BgClassName
{
background-color: #C73D4B;
}
</style>
border-color css
<style>
span { border-color: #C73D4B; }
span { border-color: rgb(199,61,75); }
td.TdClassName
{
border-color: #C73D4B;
}
.TagClassName
{
border-color: #C73D4B;
}
</style>