Shades of Brick Red #C62944
Tints of Brick Red #C62944
RGB
CMYK
RGB Variations
Color information
#C62944 (or 0xC62944) is known color: Brick Red. HEX triplet: C6, 29 and 44. RGB value is (198,41,68). Sum of RGB (Red+Green+Blue) = 198+41+68=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C62944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62944 is #39D6BB. Grayscale: #5B5B5B. Windows color (decimal): -3790524 or 4467142. OLE color: 4467142.
HSL color Cylindrical-coordinate representation of color #C62944: hue angle of 349.68º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62944 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 68 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.22 |
| HSL | 349.68º | 0.66% | 0.47% | - |
| HSV(B) | 349.68º | 0.79% | 0.78% | - |
| XYZ | 25.13 | 14.01 | 6.85 | - |
| YUV | 91.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 68 | 0 | 0.79 | 0.66 | 0.22 | 349.68 | 0.66 | 0.47 |
| Hex | C6 | 29 | 44 | 0 | 4F | 42 | 16 | 15E | 42 | 2F |
| Octal | 306 | 51 | 104 | 0 | 117 | 102 | 26 | 536 | 102 | 57 |
| Binary | 11000110 | 101001 | 1000100 | 0 | 1001111 | 1000010 | 10110 | 101011110 | 1000010 | 101111 |
Color Harmonies of #C62944
Complementary color
Monochromatic Colors of #C62944
Black with #C62944
Text Example
Text Example
White with #C62944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62944; }
p { color: rgb(198,41,68); }
H1.HeaderClassName
{
color: #C62944;
}
.AnyTagClassName
{
color: #C62944;
}
</style>
background-color css
<style>
a { background-color: #C62944; }
a { background-color: rgb(198,41,68); }
div.DivClassName
{
background-color: #C62944;
}
.BgClassName
{
background-color: #C62944;
}
</style>
border-color css
<style>
span { border-color: #C62944; }
span { border-color: rgb(198,41,68); }
td.TdClassName
{
border-color: #C62944;
}
.TagClassName
{
border-color: #C62944;
}
</style>