Shades of Brick Red #C83245
Tints of Brick Red #C83245
RGB
CMYK
RGB Variations
Color information
#C83245 (or 0xC83245) is known color: Brick Red. HEX triplet: C8, 32 and 45. RGB value is (200,50,69). Sum of RGB (Red+Green+Blue) = 200+50+69=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C83245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83245 is #37CDBA. Grayscale: #616161. Windows color (decimal): -3657147 or 4534984. OLE color: 4534984.
HSL color Cylindrical-coordinate representation of color #C83245: hue angle of 352.4º degrees, saturation: 0.6, 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 #C83245 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 69 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.22 |
| HSL | 352.4º | 0.6% | 0.49% | - |
| HSV(B) | 352.4º | 0.75% | 0.78% | - |
| XYZ | 26.03 | 14.99 | 7.15 | - |
| YUV | 97.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 69 | 0 | 0.75 | 0.66 | 0.22 | 352.4 | 0.6 | 0.49 |
| Hex | C8 | 32 | 45 | 0 | 4B | 42 | 16 | 160 | 3C | 31 |
| Octal | 310 | 62 | 105 | 0 | 113 | 102 | 26 | 540 | 74 | 61 |
| Binary | 11001000 | 110010 | 1000101 | 0 | 1001011 | 1000010 | 10110 | 101100000 | 111100 | 110001 |
Color Harmonies of #C83245
Complementary color
Monochromatic Colors of #C83245
Black with #C83245
Text Example
Text Example
White with #C83245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83245; }
p { color: rgb(200,50,69); }
H1.HeaderClassName
{
color: #C83245;
}
.AnyTagClassName
{
color: #C83245;
}
</style>
background-color css
<style>
a { background-color: #C83245; }
a { background-color: rgb(200,50,69); }
div.DivClassName
{
background-color: #C83245;
}
.BgClassName
{
background-color: #C83245;
}
</style>
border-color css
<style>
span { border-color: #C83245; }
span { border-color: rgb(200,50,69); }
td.TdClassName
{
border-color: #C83245;
}
.TagClassName
{
border-color: #C83245;
}
</style>