Shades of Brick Red #C83049
Tints of Brick Red #C83049
RGB
CMYK
RGB Variations
Color information
#C83049 (or 0xC83049) is known color: Brick Red. HEX triplet: C8, 30 and 49. RGB value is (200,48,73). Sum of RGB (Red+Green+Blue) = 200+48+73=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C83049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83049 is #37CFB6. Grayscale: #606060. Windows color (decimal): -3657655 or 4796616. OLE color: 4796616.
HSL color Cylindrical-coordinate representation of color #C83049: hue angle of 350.13º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83049 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 73 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.22 |
| HSL | 350.13º | 0.61% | 0.49% | - |
| HSV(B) | 350.13º | 0.76% | 0.78% | - |
| XYZ | 26.08 | 14.87 | 7.8 | - |
| YUV | 96.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 73 | 0 | 0.76 | 0.64 | 0.22 | 350.13 | 0.61 | 0.49 |
| Hex | C8 | 30 | 49 | 0 | 4C | 40 | 16 | 15E | 3D | 31 |
| Octal | 310 | 60 | 111 | 0 | 114 | 100 | 26 | 536 | 75 | 61 |
| Binary | 11001000 | 110000 | 1001001 | 0 | 1001100 | 1000000 | 10110 | 101011110 | 111101 | 110001 |
Color Harmonies of #C83049
Complementary color
Monochromatic Colors of #C83049
Black with #C83049
Text Example
Text Example
White with #C83049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83049; }
p { color: rgb(200,48,73); }
H1.HeaderClassName
{
color: #C83049;
}
.AnyTagClassName
{
color: #C83049;
}
</style>
background-color css
<style>
a { background-color: #C83049; }
a { background-color: rgb(200,48,73); }
div.DivClassName
{
background-color: #C83049;
}
.BgClassName
{
background-color: #C83049;
}
</style>
border-color css
<style>
span { border-color: #C83049; }
span { border-color: rgb(200,48,73); }
td.TdClassName
{
border-color: #C83049;
}
.TagClassName
{
border-color: #C83049;
}
</style>