Shades of Brick Red #C32946
Tints of Brick Red #C32946
RGB
CMYK
RGB Variations
Color information
#C32946 (or 0xC32946) is known color: Brick Red. HEX triplet: C3, 29 and 46. RGB value is (195,41,70). Sum of RGB (Red+Green+Blue) = 195+41+70=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C32946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32946 is #3CD6B9. Grayscale: #5A5A5A. Windows color (decimal): -3987130 or 4598211. OLE color: 4598211.
HSL color Cylindrical-coordinate representation of color #C32946: hue angle of 348.7º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32946 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 70 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.24 |
| HSL | 348.7º | 0.65% | 0.46% | - |
| HSV(B) | 348.7º | 0.79% | 0.76% | - |
| XYZ | 24.4 | 13.63 | 7.14 | - |
| YUV | 90.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 70 | 0 | 0.79 | 0.64 | 0.24 | 348.7 | 0.65 | 0.46 |
| Hex | C3 | 29 | 46 | 0 | 4F | 40 | 18 | 15D | 41 | 2E |
| Octal | 303 | 51 | 106 | 0 | 117 | 100 | 30 | 535 | 101 | 56 |
| Binary | 11000011 | 101001 | 1000110 | 0 | 1001111 | 1000000 | 11000 | 101011101 | 1000001 | 101110 |
Color Harmonies of #C32946
Complementary color
Monochromatic Colors of #C32946
Black with #C32946
Text Example
Text Example
White with #C32946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32946; }
p { color: rgb(195,41,70); }
H1.HeaderClassName
{
color: #C32946;
}
.AnyTagClassName
{
color: #C32946;
}
</style>
background-color css
<style>
a { background-color: #C32946; }
a { background-color: rgb(195,41,70); }
div.DivClassName
{
background-color: #C32946;
}
.BgClassName
{
background-color: #C32946;
}
</style>
border-color css
<style>
span { border-color: #C32946; }
span { border-color: rgb(195,41,70); }
td.TdClassName
{
border-color: #C32946;
}
.TagClassName
{
border-color: #C32946;
}
</style>