Shades of Brick Red #C83145
Tints of Brick Red #C83145
RGB
CMYK
RGB Variations
Color information
#C83145 (or 0xC83145) is known color: Brick Red. HEX triplet: C8, 31 and 45. RGB value is (200,49,69). Sum of RGB (Red+Green+Blue) = 200+49+69=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C83145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83145 is #37CEBA. Grayscale: #606060. Windows color (decimal): -3657403 or 4534728. OLE color: 4534728.
HSL color Cylindrical-coordinate representation of color #C83145: hue angle of 352.05º 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 #C83145 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 69 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.22 |
| HSL | 352.05º | 0.61% | 0.49% | - |
| HSV(B) | 352.05º | 0.76% | 0.78% | - |
| XYZ | 25.99 | 14.91 | 7.14 | - |
| YUV | 96.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 69 | 0 | 0.76 | 0.66 | 0.22 | 352.05 | 0.61 | 0.49 |
| Hex | C8 | 31 | 45 | 0 | 4C | 42 | 16 | 160 | 3D | 31 |
| Octal | 310 | 61 | 105 | 0 | 114 | 102 | 26 | 540 | 75 | 61 |
| Binary | 11001000 | 110001 | 1000101 | 0 | 1001100 | 1000010 | 10110 | 101100000 | 111101 | 110001 |
Color Harmonies of #C83145
Complementary color
Monochromatic Colors of #C83145
Black with #C83145
Text Example
Text Example
White with #C83145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83145; }
p { color: rgb(200,49,69); }
H1.HeaderClassName
{
color: #C83145;
}
.AnyTagClassName
{
color: #C83145;
}
</style>
background-color css
<style>
a { background-color: #C83145; }
a { background-color: rgb(200,49,69); }
div.DivClassName
{
background-color: #C83145;
}
.BgClassName
{
background-color: #C83145;
}
</style>
border-color css
<style>
span { border-color: #C83145; }
span { border-color: rgb(200,49,69); }
td.TdClassName
{
border-color: #C83145;
}
.TagClassName
{
border-color: #C83145;
}
</style>