Shades of Brick Red #C32C46
Tints of Brick Red #C32C46
RGB
CMYK
RGB Variations
Color information
#C32C46 (or 0xC32C46) is known color: Brick Red. HEX triplet: C3, 2C and 46. RGB value is (195,44,70). Sum of RGB (Red+Green+Blue) = 195+44+70=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C46 is #3CD3B9. Grayscale: #5C5C5C. Windows color (decimal): -3986362 or 4598979. OLE color: 4598979.
HSL color Cylindrical-coordinate representation of color #C32C46: hue angle of 349.67º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32C46 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 70 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.24 |
| HSL | 349.67º | 0.63% | 0.47% | - |
| HSV(B) | 349.67º | 0.77% | 0.76% | - |
| XYZ | 24.51 | 13.85 | 7.17 | - |
| YUV | 92.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 70 | 0 | 0.77 | 0.64 | 0.24 | 349.67 | 0.63 | 0.47 |
| Hex | C3 | 2C | 46 | 0 | 4D | 40 | 18 | 15E | 3F | 2F |
| Octal | 303 | 54 | 106 | 0 | 115 | 100 | 30 | 536 | 77 | 57 |
| Binary | 11000011 | 101100 | 1000110 | 0 | 1001101 | 1000000 | 11000 | 101011110 | 111111 | 101111 |
Color Harmonies of #C32C46
Complementary color
Monochromatic Colors of #C32C46
Black with #C32C46
Text Example
Text Example
White with #C32C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C46; }
p { color: rgb(195,44,70); }
H1.HeaderClassName
{
color: #C32C46;
}
.AnyTagClassName
{
color: #C32C46;
}
</style>
background-color css
<style>
a { background-color: #C32C46; }
a { background-color: rgb(195,44,70); }
div.DivClassName
{
background-color: #C32C46;
}
.BgClassName
{
background-color: #C32C46;
}
</style>
border-color css
<style>
span { border-color: #C32C46; }
span { border-color: rgb(195,44,70); }
td.TdClassName
{
border-color: #C32C46;
}
.TagClassName
{
border-color: #C32C46;
}
</style>