Shades of Brick Red #C32745
Tints of Brick Red #C32745
RGB
CMYK
RGB Variations
Color information
#C32745 (or 0xC32745) is known color: Brick Red. HEX triplet: C3, 27 and 45. RGB value is (195,39,69). Sum of RGB (Red+Green+Blue) = 195+39+69=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C32745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32745 is #3CD8BA. Grayscale: #595959. Windows color (decimal): -3987643 or 4532163. OLE color: 4532163.
HSL color Cylindrical-coordinate representation of color #C32745: hue angle of 348.46º 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 #C32745 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 69 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.24 |
| HSL | 348.46º | 0.67% | 0.46% | - |
| HSV(B) | 348.46º | 0.8% | 0.76% | - |
| XYZ | 24.31 | 13.48 | 6.95 | - |
| YUV | 89.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 69 | 0 | 0.80 | 0.65 | 0.24 | 348.46 | 0.67 | 0.46 |
| Hex | C3 | 27 | 45 | 0 | 50 | 41 | 18 | 15C | 43 | 2E |
| Octal | 303 | 47 | 105 | 0 | 120 | 101 | 30 | 534 | 103 | 56 |
| Binary | 11000011 | 100111 | 1000101 | 0 | 1010000 | 1000001 | 11000 | 101011100 | 1000011 | 101110 |
Color Harmonies of #C32745
Complementary color
Monochromatic Colors of #C32745
Black with #C32745
Text Example
Text Example
White with #C32745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32745; }
p { color: rgb(195,39,69); }
H1.HeaderClassName
{
color: #C32745;
}
.AnyTagClassName
{
color: #C32745;
}
</style>
background-color css
<style>
a { background-color: #C32745; }
a { background-color: rgb(195,39,69); }
div.DivClassName
{
background-color: #C32745;
}
.BgClassName
{
background-color: #C32745;
}
</style>
border-color css
<style>
span { border-color: #C32745; }
span { border-color: rgb(195,39,69); }
td.TdClassName
{
border-color: #C32745;
}
.TagClassName
{
border-color: #C32745;
}
</style>