Shades of Brick Red #C44248
Tints of Brick Red #C44248
RGB
CMYK
RGB Variations
Color information
#C44248 (or 0xC44248) is known color: Brick Red. HEX triplet: C4, 42 and 48. RGB value is (196,66,72). Sum of RGB (Red+Green+Blue) = 196+66+72=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C44248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44248 is #3BBDB7. Grayscale: #696969. Windows color (decimal): -3915192 or 4735684. OLE color: 4735684.
HSL color Cylindrical-coordinate representation of color #C44248: hue angle of 357.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44248 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 72 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.23 |
| HSL | 357.23º | 0.52% | 0.51% | - |
| HSV(B) | 357.23º | 0.66% | 0.77% | - |
| XYZ | 25.88 | 16.1 | 7.87 | - |
| YUV | 105.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 72 | 0 | 0.66 | 0.63 | 0.23 | 357.23 | 0.52 | 0.51 |
| Hex | C4 | 42 | 48 | 0 | 42 | 3F | 17 | 165 | 34 | 33 |
| Octal | 304 | 102 | 110 | 0 | 102 | 77 | 27 | 545 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1001000 | 0 | 1000010 | 111111 | 10111 | 101100101 | 110100 | 110011 |
Color Harmonies of #C44248
Complementary color
Monochromatic Colors of #C44248
Black with #C44248
Text Example
Text Example
White with #C44248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44248; }
p { color: rgb(196,66,72); }
H1.HeaderClassName
{
color: #C44248;
}
.AnyTagClassName
{
color: #C44248;
}
</style>
background-color css
<style>
a { background-color: #C44248; }
a { background-color: rgb(196,66,72); }
div.DivClassName
{
background-color: #C44248;
}
.BgClassName
{
background-color: #C44248;
}
</style>
border-color css
<style>
span { border-color: #C44248; }
span { border-color: rgb(196,66,72); }
td.TdClassName
{
border-color: #C44248;
}
.TagClassName
{
border-color: #C44248;
}
</style>