Shades of Brick Red #C83C49
Tints of Brick Red #C83C49
RGB
CMYK
RGB Variations
Color information
#C83C49 (or 0xC83C49) is known color: Brick Red. HEX triplet: C8, 3C and 49. RGB value is (200,60,73). Sum of RGB (Red+Green+Blue) = 200+60+73=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C49 is #37C3B6. Grayscale: #676767. Windows color (decimal): -3654583 or 4799688. OLE color: 4799688.
HSL color Cylindrical-coordinate representation of color #C83C49: hue angle of 354.43º 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 #C83C49 is Cyan = 0, Magento = 0.7, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 73 | - |
| CMYK | 0 | 0.7 | 0.64 | 0.22 |
| HSL | 354.43º | 0.56% | 0.51% | - |
| HSV(B) | 354.43º | 0.7% | 0.78% | - |
| XYZ | 26.64 | 15.99 | 7.99 | - |
| YUV | 103.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 73 | 0 | 0.7 | 0.64 | 0.22 | 354.43 | 0.56 | 0.51 |
| Hex | C8 | 3C | 49 | 0 | 46 | 40 | 16 | 162 | 38 | 33 |
| Octal | 310 | 74 | 111 | 0 | 106 | 100 | 26 | 542 | 70 | 63 |
| Binary | 11001000 | 111100 | 1001001 | 0 | 1000110 | 1000000 | 10110 | 101100010 | 111000 | 110011 |
Color Harmonies of #C83C49
Complementary color
Monochromatic Colors of #C83C49
Black with #C83C49
Text Example
Text Example
White with #C83C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C49; }
p { color: rgb(200,60,73); }
H1.HeaderClassName
{
color: #C83C49;
}
.AnyTagClassName
{
color: #C83C49;
}
</style>
background-color css
<style>
a { background-color: #C83C49; }
a { background-color: rgb(200,60,73); }
div.DivClassName
{
background-color: #C83C49;
}
.BgClassName
{
background-color: #C83C49;
}
</style>
border-color css
<style>
span { border-color: #C83C49; }
span { border-color: rgb(200,60,73); }
td.TdClassName
{
border-color: #C83C49;
}
.TagClassName
{
border-color: #C83C49;
}
</style>