Shades of Brick Red #C83845
Tints of Brick Red #C83845
RGB
CMYK
RGB Variations
Color information
#C83845 (or 0xC83845) is known color: Brick Red. HEX triplet: C8, 38 and 45. RGB value is (200,56,69). Sum of RGB (Red+Green+Blue) = 200+56+69=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C83845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83845 is #37C7BA. Grayscale: #646464. Windows color (decimal): -3655611 or 4536520. OLE color: 4536520.
HSL color Cylindrical-coordinate representation of color #C83845: hue angle of 354.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83845 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 69 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.22 |
| HSL | 354.58º | 0.57% | 0.5% | - |
| HSV(B) | 354.58º | 0.72% | 0.78% | - |
| XYZ | 26.31 | 15.54 | 7.24 | - |
| YUV | 100.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 69 | 0 | 0.72 | 0.66 | 0.22 | 354.58 | 0.57 | 0.5 |
| Hex | C8 | 38 | 45 | 0 | 48 | 42 | 16 | 163 | 39 | 32 |
| Octal | 310 | 70 | 105 | 0 | 110 | 102 | 26 | 543 | 71 | 62 |
| Binary | 11001000 | 111000 | 1000101 | 0 | 1001000 | 1000010 | 10110 | 101100011 | 111001 | 110010 |
Color Harmonies of #C83845
Complementary color
Monochromatic Colors of #C83845
Black with #C83845
Text Example
Text Example
White with #C83845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83845; }
p { color: rgb(200,56,69); }
H1.HeaderClassName
{
color: #C83845;
}
.AnyTagClassName
{
color: #C83845;
}
</style>
background-color css
<style>
a { background-color: #C83845; }
a { background-color: rgb(200,56,69); }
div.DivClassName
{
background-color: #C83845;
}
.BgClassName
{
background-color: #C83845;
}
</style>
border-color css
<style>
span { border-color: #C83845; }
span { border-color: rgb(200,56,69); }
td.TdClassName
{
border-color: #C83845;
}
.TagClassName
{
border-color: #C83845;
}
</style>