Shades of Brick Red #C83148
Tints of Brick Red #C83148
RGB
CMYK
RGB Variations
Color information
#C83148 (or 0xC83148) is known color: Brick Red. HEX triplet: C8, 31 and 48. RGB value is (200,49,72). Sum of RGB (Red+Green+Blue) = 200+49+72=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C83148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83148 is #37CEB7. Grayscale: #606060. Windows color (decimal): -3657400 or 4731336. OLE color: 4731336.
HSL color Cylindrical-coordinate representation of color #C83148: hue angle of 350.86º 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 #C83148 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 72 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.22 |
| HSL | 350.86º | 0.61% | 0.49% | - |
| HSV(B) | 350.86º | 0.76% | 0.78% | - |
| XYZ | 26.09 | 14.94 | 7.64 | - |
| YUV | 96.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 72 | 0 | 0.76 | 0.64 | 0.22 | 350.86 | 0.61 | 0.49 |
| Hex | C8 | 31 | 48 | 0 | 4C | 40 | 16 | 15F | 3D | 31 |
| Octal | 310 | 61 | 110 | 0 | 114 | 100 | 26 | 537 | 75 | 61 |
| Binary | 11001000 | 110001 | 1001000 | 0 | 1001100 | 1000000 | 10110 | 101011111 | 111101 | 110001 |
Color Harmonies of #C83148
Complementary color
Monochromatic Colors of #C83148
Black with #C83148
Text Example
Text Example
White with #C83148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83148; }
p { color: rgb(200,49,72); }
H1.HeaderClassName
{
color: #C83148;
}
.AnyTagClassName
{
color: #C83148;
}
</style>
background-color css
<style>
a { background-color: #C83148; }
a { background-color: rgb(200,49,72); }
div.DivClassName
{
background-color: #C83148;
}
.BgClassName
{
background-color: #C83148;
}
</style>
border-color css
<style>
span { border-color: #C83148; }
span { border-color: rgb(200,49,72); }
td.TdClassName
{
border-color: #C83148;
}
.TagClassName
{
border-color: #C83148;
}
</style>