Shades of Brick Red #C83645
Tints of Brick Red #C83645
RGB
CMYK
RGB Variations
Color information
#C83645 (or 0xC83645) is known color: Brick Red. HEX triplet: C8, 36 and 45. RGB value is (200,54,69). Sum of RGB (Red+Green+Blue) = 200+54+69=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C83645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83645 is #37C9BA. Grayscale: #636363. Windows color (decimal): -3656123 or 4536008. OLE color: 4536008.
HSL color Cylindrical-coordinate representation of color #C83645: hue angle of 353.84º 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 #C83645 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 69 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.22 |
| HSL | 353.84º | 0.57% | 0.5% | - |
| HSV(B) | 353.84º | 0.73% | 0.78% | - |
| XYZ | 26.21 | 15.35 | 7.21 | - |
| YUV | 99.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 69 | 0 | 0.73 | 0.66 | 0.22 | 353.84 | 0.57 | 0.5 |
| Hex | C8 | 36 | 45 | 0 | 49 | 42 | 16 | 162 | 39 | 32 |
| Octal | 310 | 66 | 105 | 0 | 111 | 102 | 26 | 542 | 71 | 62 |
| Binary | 11001000 | 110110 | 1000101 | 0 | 1001001 | 1000010 | 10110 | 101100010 | 111001 | 110010 |
Color Harmonies of #C83645
Complementary color
Monochromatic Colors of #C83645
Black with #C83645
Text Example
Text Example
White with #C83645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83645; }
p { color: rgb(200,54,69); }
H1.HeaderClassName
{
color: #C83645;
}
.AnyTagClassName
{
color: #C83645;
}
</style>
background-color css
<style>
a { background-color: #C83645; }
a { background-color: rgb(200,54,69); }
div.DivClassName
{
background-color: #C83645;
}
.BgClassName
{
background-color: #C83645;
}
</style>
border-color css
<style>
span { border-color: #C83645; }
span { border-color: rgb(200,54,69); }
td.TdClassName
{
border-color: #C83645;
}
.TagClassName
{
border-color: #C83645;
}
</style>