Shades of Brick Red #C83540
Tints of Brick Red #C83540
RGB
CMYK
RGB Variations
Color information
#C83540 (or 0xC83540) is known color: Brick Red. HEX triplet: C8, 35 and 40. RGB value is (200,53,64). Sum of RGB (Red+Green+Blue) = 200+53+64=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C83540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83540 is #37CABF. Grayscale: #626262. Windows color (decimal): -3656384 or 4208072. OLE color: 4208072.
HSL color Cylindrical-coordinate representation of color #C83540: hue angle of 355.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83540 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 64 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.22 |
| HSL | 355.51º | 0.58% | 0.5% | - |
| HSV(B) | 355.51º | 0.74% | 0.78% | - |
| XYZ | 26.02 | 15.2 | 6.41 | - |
| YUV | 98.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 64 | 0 | 0.74 | 0.68 | 0.22 | 355.51 | 0.58 | 0.5 |
| Hex | C8 | 35 | 40 | 0 | 4A | 44 | 16 | 164 | 3A | 32 |
| Octal | 310 | 65 | 100 | 0 | 112 | 104 | 26 | 544 | 72 | 62 |
| Binary | 11001000 | 110101 | 1000000 | 0 | 1001010 | 1000100 | 10110 | 101100100 | 111010 | 110010 |
Color Harmonies of #C83540
Complementary color
Monochromatic Colors of #C83540
Black with #C83540
Text Example
Text Example
White with #C83540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83540; }
p { color: rgb(200,53,64); }
H1.HeaderClassName
{
color: #C83540;
}
.AnyTagClassName
{
color: #C83540;
}
</style>
background-color css
<style>
a { background-color: #C83540; }
a { background-color: rgb(200,53,64); }
div.DivClassName
{
background-color: #C83540;
}
.BgClassName
{
background-color: #C83540;
}
</style>
border-color css
<style>
span { border-color: #C83540; }
span { border-color: rgb(200,53,64); }
td.TdClassName
{
border-color: #C83540;
}
.TagClassName
{
border-color: #C83540;
}
</style>