Shades of Brick Red #C62840
Tints of Brick Red #C62840
RGB
CMYK
RGB Variations
Color information
#C62840 (or 0xC62840) is known color: Brick Red. HEX triplet: C6, 28 and 40. RGB value is (198,40,64). Sum of RGB (Red+Green+Blue) = 198+40+64=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C62840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62840 is #39D7BF. Grayscale: #5A5A5A. Windows color (decimal): -3790784 or 4204742. OLE color: 4204742.
HSL color Cylindrical-coordinate representation of color #C62840: hue angle of 350.89º 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 #C62840 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 64 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.22 |
| HSL | 350.89º | 0.66% | 0.47% | - |
| HSV(B) | 350.89º | 0.8% | 0.78% | - |
| XYZ | 24.97 | 13.89 | 6.22 | - |
| YUV | 89.98 | 113.35 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 64 | 0 | 0.80 | 0.68 | 0.22 | 350.89 | 0.66 | 0.47 |
| Hex | C6 | 28 | 40 | 0 | 50 | 44 | 16 | 15F | 42 | 2F |
| Octal | 306 | 50 | 100 | 0 | 120 | 104 | 26 | 537 | 102 | 57 |
| Binary | 11000110 | 101000 | 1000000 | 0 | 1010000 | 1000100 | 10110 | 101011111 | 1000010 | 101111 |
Color Harmonies of #C62840
Complementary color
Monochromatic Colors of #C62840
Black with #C62840
Text Example
Text Example
White with #C62840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62840; }
p { color: rgb(198,40,64); }
H1.HeaderClassName
{
color: #C62840;
}
.AnyTagClassName
{
color: #C62840;
}
</style>
background-color css
<style>
a { background-color: #C62840; }
a { background-color: rgb(198,40,64); }
div.DivClassName
{
background-color: #C62840;
}
.BgClassName
{
background-color: #C62840;
}
</style>
border-color css
<style>
span { border-color: #C62840; }
span { border-color: rgb(198,40,64); }
td.TdClassName
{
border-color: #C62840;
}
.TagClassName
{
border-color: #C62840;
}
</style>