Shades of Brick Red #C83746
Tints of Brick Red #C83746
RGB
CMYK
RGB Variations
Color information
#C83746 (or 0xC83746) is known color: Brick Red. HEX triplet: C8, 37 and 46. RGB value is (200,55,70). Sum of RGB (Red+Green+Blue) = 200+55+70=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C83746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83746 is #37C8B9. Grayscale: #646464. Windows color (decimal): -3655866 or 4601800. OLE color: 4601800.
HSL color Cylindrical-coordinate representation of color #C83746: hue angle of 353.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83746 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 70 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.22 |
| HSL | 353.79º | 0.57% | 0.5% | - |
| HSV(B) | 353.79º | 0.73% | 0.78% | - |
| XYZ | 26.29 | 15.45 | 7.39 | - |
| YUV | 100.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 70 | 0 | 0.72 | 0.65 | 0.22 | 353.79 | 0.57 | 0.5 |
| Hex | C8 | 37 | 46 | 0 | 48 | 41 | 16 | 162 | 39 | 32 |
| Octal | 310 | 67 | 106 | 0 | 110 | 101 | 26 | 542 | 71 | 62 |
| Binary | 11001000 | 110111 | 1000110 | 0 | 1001000 | 1000001 | 10110 | 101100010 | 111001 | 110010 |
Color Harmonies of #C83746
Complementary color
Monochromatic Colors of #C83746
Black with #C83746
Text Example
Text Example
White with #C83746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83746; }
p { color: rgb(200,55,70); }
H1.HeaderClassName
{
color: #C83746;
}
.AnyTagClassName
{
color: #C83746;
}
</style>
background-color css
<style>
a { background-color: #C83746; }
a { background-color: rgb(200,55,70); }
div.DivClassName
{
background-color: #C83746;
}
.BgClassName
{
background-color: #C83746;
}
</style>
border-color css
<style>
span { border-color: #C83746; }
span { border-color: rgb(200,55,70); }
td.TdClassName
{
border-color: #C83746;
}
.TagClassName
{
border-color: #C83746;
}
</style>