Shades of Brick Red #C83146
Tints of Brick Red #C83146
RGB
CMYK
RGB Variations
Color information
#C83146 (or 0xC83146) is known color: Brick Red. HEX triplet: C8, 31 and 46. RGB value is (200,49,70). Sum of RGB (Red+Green+Blue) = 200+49+70=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C83146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83146 is #37CEB9. Grayscale: #606060. Windows color (decimal): -3657402 or 4600264. OLE color: 4600264.
HSL color Cylindrical-coordinate representation of color #C83146: hue angle of 351.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83146 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 70 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.22 |
| HSL | 351.66º | 0.61% | 0.49% | - |
| HSV(B) | 351.66º | 0.76% | 0.78% | - |
| XYZ | 26.02 | 14.92 | 7.3 | - |
| YUV | 96.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 70 | 0 | 0.76 | 0.65 | 0.22 | 351.66 | 0.61 | 0.49 |
| Hex | C8 | 31 | 46 | 0 | 4C | 41 | 16 | 160 | 3D | 31 |
| Octal | 310 | 61 | 106 | 0 | 114 | 101 | 26 | 540 | 75 | 61 |
| Binary | 11001000 | 110001 | 1000110 | 0 | 1001100 | 1000001 | 10110 | 101100000 | 111101 | 110001 |
Color Harmonies of #C83146
Complementary color
Monochromatic Colors of #C83146
Black with #C83146
Text Example
Text Example
White with #C83146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83146; }
p { color: rgb(200,49,70); }
H1.HeaderClassName
{
color: #C83146;
}
.AnyTagClassName
{
color: #C83146;
}
</style>
background-color css
<style>
a { background-color: #C83146; }
a { background-color: rgb(200,49,70); }
div.DivClassName
{
background-color: #C83146;
}
.BgClassName
{
background-color: #C83146;
}
</style>
border-color css
<style>
span { border-color: #C83146; }
span { border-color: rgb(200,49,70); }
td.TdClassName
{
border-color: #C83146;
}
.TagClassName
{
border-color: #C83146;
}
</style>