Shades of Brick Red #C73B43
Tints of Brick Red #C73B43
RGB
CMYK
RGB Variations
Color information
#C73B43 (or 0xC73B43) is known color: Brick Red. HEX triplet: C7, 3B and 43. RGB value is (199,59,67). Sum of RGB (Red+Green+Blue) = 199+59+67=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B43 is #38C4BC. Grayscale: #656565. Windows color (decimal): -3720381 or 4406215. OLE color: 4406215.
HSL color Cylindrical-coordinate representation of color #C73B43: hue angle of 356.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B43 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 67 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.22 |
| HSL | 356.57º | 0.56% | 0.51% | - |
| HSV(B) | 356.57º | 0.7% | 0.78% | - |
| XYZ | 26.13 | 15.68 | 6.96 | - |
| YUV | 101.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 67 | 0 | 0.70 | 0.66 | 0.22 | 356.57 | 0.56 | 0.51 |
| Hex | C7 | 3B | 43 | 0 | 46 | 42 | 16 | 165 | 38 | 33 |
| Octal | 307 | 73 | 103 | 0 | 106 | 102 | 26 | 545 | 70 | 63 |
| Binary | 11000111 | 111011 | 1000011 | 0 | 1000110 | 1000010 | 10110 | 101100101 | 111000 | 110011 |
Color Harmonies of #C73B43
Complementary color
Monochromatic Colors of #C73B43
Black with #C73B43
Text Example
Text Example
White with #C73B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B43; }
p { color: rgb(199,59,67); }
H1.HeaderClassName
{
color: #C73B43;
}
.AnyTagClassName
{
color: #C73B43;
}
</style>
background-color css
<style>
a { background-color: #C73B43; }
a { background-color: rgb(199,59,67); }
div.DivClassName
{
background-color: #C73B43;
}
.BgClassName
{
background-color: #C73B43;
}
</style>
border-color css
<style>
span { border-color: #C73B43; }
span { border-color: rgb(199,59,67); }
td.TdClassName
{
border-color: #C73B43;
}
.TagClassName
{
border-color: #C73B43;
}
</style>