Shades of Brick Red #C64148
Tints of Brick Red #C64148
RGB
CMYK
RGB Variations
Color information
#C64148 (or 0xC64148) is known color: Brick Red. HEX triplet: C6, 41 and 48. RGB value is (198,65,72). Sum of RGB (Red+Green+Blue) = 198+65+72=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C64148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64148 is #39BEB7. Grayscale: #696969. Windows color (decimal): -3784376 or 4735430. OLE color: 4735430.
HSL color Cylindrical-coordinate representation of color #C64148: hue angle of 356.84º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64148 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 72 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.22 |
| HSL | 356.84º | 0.54% | 0.52% | - |
| HSV(B) | 356.84º | 0.67% | 0.78% | - |
| XYZ | 26.35 | 16.25 | 7.88 | - |
| YUV | 105.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 72 | 0 | 0.67 | 0.64 | 0.22 | 356.84 | 0.54 | 0.52 |
| Hex | C6 | 41 | 48 | 0 | 43 | 40 | 16 | 165 | 36 | 34 |
| Octal | 306 | 101 | 110 | 0 | 103 | 100 | 26 | 545 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1001000 | 0 | 1000011 | 1000000 | 10110 | 101100101 | 110110 | 110100 |
Color Harmonies of #C64148
Complementary color
Monochromatic Colors of #C64148
Black with #C64148
Text Example
Text Example
White with #C64148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64148; }
p { color: rgb(198,65,72); }
H1.HeaderClassName
{
color: #C64148;
}
.AnyTagClassName
{
color: #C64148;
}
</style>
background-color css
<style>
a { background-color: #C64148; }
a { background-color: rgb(198,65,72); }
div.DivClassName
{
background-color: #C64148;
}
.BgClassName
{
background-color: #C64148;
}
</style>
border-color css
<style>
span { border-color: #C64148; }
span { border-color: rgb(198,65,72); }
td.TdClassName
{
border-color: #C64148;
}
.TagClassName
{
border-color: #C64148;
}
</style>