Shades of Brick Red #C32746
Tints of Brick Red #C32746
RGB
CMYK
RGB Variations
Color information
#C32746 (or 0xC32746) is known color: Brick Red. HEX triplet: C3, 27 and 46. RGB value is (195,39,70). Sum of RGB (Red+Green+Blue) = 195+39+70=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C32746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32746 is #3CD8B9. Grayscale: #595959. Windows color (decimal): -3987642 or 4597699. OLE color: 4597699.
HSL color Cylindrical-coordinate representation of color #C32746: hue angle of 348.08º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32746 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 70 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.24 |
| HSL | 348.08º | 0.67% | 0.46% | - |
| HSV(B) | 348.08º | 0.8% | 0.76% | - |
| XYZ | 24.34 | 13.5 | 7.12 | - |
| YUV | 89.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 70 | 0 | 0.80 | 0.64 | 0.24 | 348.08 | 0.67 | 0.46 |
| Hex | C3 | 27 | 46 | 0 | 50 | 40 | 18 | 15C | 43 | 2E |
| Octal | 303 | 47 | 106 | 0 | 120 | 100 | 30 | 534 | 103 | 56 |
| Binary | 11000011 | 100111 | 1000110 | 0 | 1010000 | 1000000 | 11000 | 101011100 | 1000011 | 101110 |
Color Harmonies of #C32746
Complementary color
Monochromatic Colors of #C32746
Black with #C32746
Text Example
Text Example
White with #C32746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32746; }
p { color: rgb(195,39,70); }
H1.HeaderClassName
{
color: #C32746;
}
.AnyTagClassName
{
color: #C32746;
}
</style>
background-color css
<style>
a { background-color: #C32746; }
a { background-color: rgb(195,39,70); }
div.DivClassName
{
background-color: #C32746;
}
.BgClassName
{
background-color: #C32746;
}
</style>
border-color css
<style>
span { border-color: #C32746; }
span { border-color: rgb(195,39,70); }
td.TdClassName
{
border-color: #C32746;
}
.TagClassName
{
border-color: #C32746;
}
</style>