Shades of Brick Red #C62842
Tints of Brick Red #C62842
RGB
CMYK
RGB Variations
Color information
#C62842 (or 0xC62842) is known color: Brick Red. HEX triplet: C6, 28 and 42. RGB value is (198,40,66). Sum of RGB (Red+Green+Blue) = 198+40+66=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C62842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62842 is #39D7BD. Grayscale: #5A5A5A. Windows color (decimal): -3790782 or 4335814. OLE color: 4335814.
HSL color Cylindrical-coordinate representation of color #C62842: hue angle of 350.13º 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 #C62842 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 66 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.22 |
| HSL | 350.13º | 0.66% | 0.47% | - |
| HSV(B) | 350.13º | 0.8% | 0.78% | - |
| XYZ | 25.03 | 13.92 | 6.52 | - |
| YUV | 90.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 66 | 0 | 0.80 | 0.67 | 0.22 | 350.13 | 0.66 | 0.47 |
| Hex | C6 | 28 | 42 | 0 | 50 | 43 | 16 | 15E | 42 | 2F |
| Octal | 306 | 50 | 102 | 0 | 120 | 103 | 26 | 536 | 102 | 57 |
| Binary | 11000110 | 101000 | 1000010 | 0 | 1010000 | 1000011 | 10110 | 101011110 | 1000010 | 101111 |
Color Harmonies of #C62842
Complementary color
Monochromatic Colors of #C62842
Black with #C62842
Text Example
Text Example
White with #C62842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62842; }
p { color: rgb(198,40,66); }
H1.HeaderClassName
{
color: #C62842;
}
.AnyTagClassName
{
color: #C62842;
}
</style>
background-color css
<style>
a { background-color: #C62842; }
a { background-color: rgb(198,40,66); }
div.DivClassName
{
background-color: #C62842;
}
.BgClassName
{
background-color: #C62842;
}
</style>
border-color css
<style>
span { border-color: #C62842; }
span { border-color: rgb(198,40,66); }
td.TdClassName
{
border-color: #C62842;
}
.TagClassName
{
border-color: #C62842;
}
</style>