Shades of Brick Red #C83945
Tints of Brick Red #C83945
RGB
CMYK
RGB Variations
Color information
#C83945 (or 0xC83945) is known color: Brick Red. HEX triplet: C8, 39 and 45. RGB value is (200,57,69). Sum of RGB (Red+Green+Blue) = 200+57+69=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C83945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83945 is #37C6BA. Grayscale: #656565. Windows color (decimal): -3655355 or 4536776. OLE color: 4536776.
HSL color Cylindrical-coordinate representation of color #C83945: hue angle of 354.97º 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 #C83945 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 69 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.22 |
| HSL | 354.97º | 0.57% | 0.5% | - |
| HSV(B) | 354.97º | 0.72% | 0.78% | - |
| XYZ | 26.36 | 15.64 | 7.26 | - |
| YUV | 101.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 69 | 0 | 0.72 | 0.66 | 0.22 | 354.97 | 0.57 | 0.5 |
| Hex | C8 | 39 | 45 | 0 | 48 | 42 | 16 | 163 | 39 | 32 |
| Octal | 310 | 71 | 105 | 0 | 110 | 102 | 26 | 543 | 71 | 62 |
| Binary | 11001000 | 111001 | 1000101 | 0 | 1001000 | 1000010 | 10110 | 101100011 | 111001 | 110010 |
Color Harmonies of #C83945
Complementary color
Monochromatic Colors of #C83945
Black with #C83945
Text Example
Text Example
White with #C83945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83945; }
p { color: rgb(200,57,69); }
H1.HeaderClassName
{
color: #C83945;
}
.AnyTagClassName
{
color: #C83945;
}
</style>
background-color css
<style>
a { background-color: #C83945; }
a { background-color: rgb(200,57,69); }
div.DivClassName
{
background-color: #C83945;
}
.BgClassName
{
background-color: #C83945;
}
</style>
border-color css
<style>
span { border-color: #C83945; }
span { border-color: rgb(200,57,69); }
td.TdClassName
{
border-color: #C83945;
}
.TagClassName
{
border-color: #C83945;
}
</style>