Shades of Brick Red #C62845
Tints of Brick Red #C62845
RGB
CMYK
RGB Variations
Color information
#C62845 (or 0xC62845) is known color: Brick Red. HEX triplet: C6, 28 and 45. RGB value is (198,40,69). Sum of RGB (Red+Green+Blue) = 198+40+69=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C62845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62845 is #39D7BA. Grayscale: #5A5A5A. Windows color (decimal): -3790779 or 4532422. OLE color: 4532422.
HSL color Cylindrical-coordinate representation of color #C62845: hue angle of 348.99º 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 #C62845 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 69 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.22 |
| HSL | 348.99º | 0.66% | 0.47% | - |
| HSV(B) | 348.99º | 0.8% | 0.78% | - |
| XYZ | 25.12 | 13.95 | 7 | - |
| YUV | 90.55 | 115.85 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 69 | 0 | 0.80 | 0.65 | 0.22 | 348.99 | 0.66 | 0.47 |
| Hex | C6 | 28 | 45 | 0 | 50 | 41 | 16 | 15D | 42 | 2F |
| Octal | 306 | 50 | 105 | 0 | 120 | 101 | 26 | 535 | 102 | 57 |
| Binary | 11000110 | 101000 | 1000101 | 0 | 1010000 | 1000001 | 10110 | 101011101 | 1000010 | 101111 |
Color Harmonies of #C62845
Complementary color
Monochromatic Colors of #C62845
Black with #C62845
Text Example
Text Example
White with #C62845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62845; }
p { color: rgb(198,40,69); }
H1.HeaderClassName
{
color: #C62845;
}
.AnyTagClassName
{
color: #C62845;
}
</style>
background-color css
<style>
a { background-color: #C62845; }
a { background-color: rgb(198,40,69); }
div.DivClassName
{
background-color: #C62845;
}
.BgClassName
{
background-color: #C62845;
}
</style>
border-color css
<style>
span { border-color: #C62845; }
span { border-color: rgb(198,40,69); }
td.TdClassName
{
border-color: #C62845;
}
.TagClassName
{
border-color: #C62845;
}
</style>