Shades of Brick Red #C83548
Tints of Brick Red #C83548
RGB
CMYK
RGB Variations
Color information
#C83548 (or 0xC83548) is known color: Brick Red. HEX triplet: C8, 35 and 48. RGB value is (200,53,72). Sum of RGB (Red+Green+Blue) = 200+53+72=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C83548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83548 is #37CAB7. Grayscale: #636363. Windows color (decimal): -3656376 or 4732360. OLE color: 4732360.
HSL color Cylindrical-coordinate representation of color #C83548: hue angle of 352.24º 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 #C83548 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 72 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.22 |
| HSL | 352.24º | 0.58% | 0.5% | - |
| HSV(B) | 352.24º | 0.74% | 0.78% | - |
| XYZ | 26.26 | 15.29 | 7.7 | - |
| YUV | 99.12 | 112.7 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 72 | 0 | 0.74 | 0.64 | 0.22 | 352.24 | 0.58 | 0.5 |
| Hex | C8 | 35 | 48 | 0 | 4A | 40 | 16 | 160 | 3A | 32 |
| Octal | 310 | 65 | 110 | 0 | 112 | 100 | 26 | 540 | 72 | 62 |
| Binary | 11001000 | 110101 | 1001000 | 0 | 1001010 | 1000000 | 10110 | 101100000 | 111010 | 110010 |
Color Harmonies of #C83548
Complementary color
Monochromatic Colors of #C83548
Black with #C83548
Text Example
Text Example
White with #C83548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83548; }
p { color: rgb(200,53,72); }
H1.HeaderClassName
{
color: #C83548;
}
.AnyTagClassName
{
color: #C83548;
}
</style>
background-color css
<style>
a { background-color: #C83548; }
a { background-color: rgb(200,53,72); }
div.DivClassName
{
background-color: #C83548;
}
.BgClassName
{
background-color: #C83548;
}
</style>
border-color css
<style>
span { border-color: #C83548; }
span { border-color: rgb(200,53,72); }
td.TdClassName
{
border-color: #C83548;
}
.TagClassName
{
border-color: #C83548;
}
</style>