Shades of Brick Red #C62E45
Tints of Brick Red #C62E45
RGB
CMYK
RGB Variations
Color information
#C62E45 (or 0xC62E45) is known color: Brick Red. HEX triplet: C6, 2E and 45. RGB value is (198,46,69). Sum of RGB (Red+Green+Blue) = 198+46+69=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E45 is #39D1BA. Grayscale: #5E5E5E. Windows color (decimal): -3789243 or 4533958. OLE color: 4533958.
HSL color Cylindrical-coordinate representation of color #C62E45: hue angle of 350.92º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62E45 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 69 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.22 |
| HSL | 350.92º | 0.62% | 0.48% | - |
| HSV(B) | 350.92º | 0.77% | 0.78% | - |
| XYZ | 25.34 | 14.39 | 7.07 | - |
| YUV | 94.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 69 | 0 | 0.77 | 0.65 | 0.22 | 350.92 | 0.62 | 0.48 |
| Hex | C6 | 2E | 45 | 0 | 4D | 41 | 16 | 15F | 3E | 30 |
| Octal | 306 | 56 | 105 | 0 | 115 | 101 | 26 | 537 | 76 | 60 |
| Binary | 11000110 | 101110 | 1000101 | 0 | 1001101 | 1000001 | 10110 | 101011111 | 111110 | 110000 |
Color Harmonies of #C62E45
Complementary color
Monochromatic Colors of #C62E45
Black with #C62E45
Text Example
Text Example
White with #C62E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62E45; }
p { color: rgb(198,46,69); }
H1.HeaderClassName
{
color: #C62E45;
}
.AnyTagClassName
{
color: #C62E45;
}
</style>
background-color css
<style>
a { background-color: #C62E45; }
a { background-color: rgb(198,46,69); }
div.DivClassName
{
background-color: #C62E45;
}
.BgClassName
{
background-color: #C62E45;
}
</style>
border-color css
<style>
span { border-color: #C62E45; }
span { border-color: rgb(198,46,69); }
td.TdClassName
{
border-color: #C62E45;
}
.TagClassName
{
border-color: #C62E45;
}
</style>