Shades of Brick Red #C62545
Tints of Brick Red #C62545
RGB
CMYK
RGB Variations
Color information
#C62545 (or 0xC62545) is known color: Brick Red. HEX triplet: C6, 25 and 45. RGB value is (198,37,69). Sum of RGB (Red+Green+Blue) = 198+37+69=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C62545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62545 is #39DABA. Grayscale: #585858. Windows color (decimal): -3791547 or 4531654. OLE color: 4531654.
HSL color Cylindrical-coordinate representation of color #C62545: hue angle of 348.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62545 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 69 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.22 |
| HSL | 348.07º | 0.69% | 0.46% | - |
| HSV(B) | 348.07º | 0.81% | 0.78% | - |
| XYZ | 25.02 | 13.76 | 6.97 | - |
| YUV | 88.79 | 116.84 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 69 | 0 | 0.81 | 0.65 | 0.22 | 348.07 | 0.69 | 0.46 |
| Hex | C6 | 25 | 45 | 0 | 51 | 41 | 16 | 15C | 45 | 2E |
| Octal | 306 | 45 | 105 | 0 | 121 | 101 | 26 | 534 | 105 | 56 |
| Binary | 11000110 | 100101 | 1000101 | 0 | 1010001 | 1000001 | 10110 | 101011100 | 1000101 | 101110 |
Color Harmonies of #C62545
Complementary color
Monochromatic Colors of #C62545
Black with #C62545
Text Example
Text Example
White with #C62545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62545; }
p { color: rgb(198,37,69); }
H1.HeaderClassName
{
color: #C62545;
}
.AnyTagClassName
{
color: #C62545;
}
</style>
background-color css
<style>
a { background-color: #C62545; }
a { background-color: rgb(198,37,69); }
div.DivClassName
{
background-color: #C62545;
}
.BgClassName
{
background-color: #C62545;
}
</style>
border-color css
<style>
span { border-color: #C62545; }
span { border-color: rgb(198,37,69); }
td.TdClassName
{
border-color: #C62545;
}
.TagClassName
{
border-color: #C62545;
}
</style>