Shades of Brick Red #C62839
Tints of Brick Red #C62839
RGB
CMYK
RGB Variations
Color information
#C62839 (or 0xC62839) is known color: Brick Red. HEX triplet: C6, 28 and 39. RGB value is (198,40,57). Sum of RGB (Red+Green+Blue) = 198+40+57=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C62839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62839 is #39D7C6. Grayscale: #595959. Windows color (decimal): -3790791 or 3745990. OLE color: 3745990.
HSL color Cylindrical-coordinate representation of color #C62839: hue angle of 353.54º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62839 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 57 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.22 |
| HSL | 353.54º | 0.66% | 0.47% | - |
| HSV(B) | 353.54º | 0.8% | 0.78% | - |
| XYZ | 24.79 | 13.82 | 5.23 | - |
| YUV | 89.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 57 | 0 | 0.80 | 0.71 | 0.22 | 353.54 | 0.66 | 0.47 |
| Hex | C6 | 28 | 39 | 0 | 50 | 47 | 16 | 162 | 42 | 2F |
| Octal | 306 | 50 | 71 | 0 | 120 | 107 | 26 | 542 | 102 | 57 |
| Binary | 11000110 | 101000 | 111001 | 0 | 1010000 | 1000111 | 10110 | 101100010 | 1000010 | 101111 |
Color Harmonies of #C62839
Complementary color
Monochromatic Colors of #C62839
Black with #C62839
Text Example
Text Example
White with #C62839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62839; }
p { color: rgb(198,40,57); }
H1.HeaderClassName
{
color: #C62839;
}
.AnyTagClassName
{
color: #C62839;
}
</style>
background-color css
<style>
a { background-color: #C62839; }
a { background-color: rgb(198,40,57); }
div.DivClassName
{
background-color: #C62839;
}
.BgClassName
{
background-color: #C62839;
}
</style>
border-color css
<style>
span { border-color: #C62839; }
span { border-color: rgb(198,40,57); }
td.TdClassName
{
border-color: #C62839;
}
.TagClassName
{
border-color: #C62839;
}
</style>