Shades of Brick Red #C43248
Tints of Brick Red #C43248
RGB
CMYK
RGB Variations
Color information
#C43248 (or 0xC43248) is known color: Brick Red. HEX triplet: C4, 32 and 48. RGB value is (196,50,72). Sum of RGB (Red+Green+Blue) = 196+50+72=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C43248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43248 is #3BCDB7. Grayscale: #606060. Windows color (decimal): -3919288 or 4731588. OLE color: 4731588.
HSL color Cylindrical-coordinate representation of color #C43248: hue angle of 350.96º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43248 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 72 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.23 |
| HSL | 350.96º | 0.59% | 0.48% | - |
| HSV(B) | 350.96º | 0.74% | 0.77% | - |
| XYZ | 25.08 | 14.48 | 7.61 | - |
| YUV | 96.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 72 | 0 | 0.74 | 0.63 | 0.23 | 350.96 | 0.59 | 0.48 |
| Hex | C4 | 32 | 48 | 0 | 4A | 3F | 17 | 15F | 3B | 30 |
| Octal | 304 | 62 | 110 | 0 | 112 | 77 | 27 | 537 | 73 | 60 |
| Binary | 11000100 | 110010 | 1001000 | 0 | 1001010 | 111111 | 10111 | 101011111 | 111011 | 110000 |
Color Harmonies of #C43248
Complementary color
Monochromatic Colors of #C43248
Black with #C43248
Text Example
Text Example
White with #C43248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43248; }
p { color: rgb(196,50,72); }
H1.HeaderClassName
{
color: #C43248;
}
.AnyTagClassName
{
color: #C43248;
}
</style>
background-color css
<style>
a { background-color: #C43248; }
a { background-color: rgb(196,50,72); }
div.DivClassName
{
background-color: #C43248;
}
.BgClassName
{
background-color: #C43248;
}
</style>
border-color css
<style>
span { border-color: #C43248; }
span { border-color: rgb(196,50,72); }
td.TdClassName
{
border-color: #C43248;
}
.TagClassName
{
border-color: #C43248;
}
</style>