Shades of Brick Red #C32544
Tints of Brick Red #C32544
RGB
CMYK
RGB Variations
Color information
#C32544 (or 0xC32544) is known color: Brick Red. HEX triplet: C3, 25 and 44. RGB value is (195,37,68). Sum of RGB (Red+Green+Blue) = 195+37+68=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C32544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32544 is #3CDABB. Grayscale: #575757. Windows color (decimal): -3988156 or 4466115. OLE color: 4466115.
HSL color Cylindrical-coordinate representation of color #C32544: hue angle of 348.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32544 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 68 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.24 |
| HSL | 348.23º | 0.68% | 0.45% | - |
| HSV(B) | 348.23º | 0.81% | 0.76% | - |
| XYZ | 24.21 | 13.34 | 6.77 | - |
| YUV | 87.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 68 | 0 | 0.81 | 0.65 | 0.24 | 348.23 | 0.68 | 0.45 |
| Hex | C3 | 25 | 44 | 0 | 51 | 41 | 18 | 15C | 44 | 2D |
| Octal | 303 | 45 | 104 | 0 | 121 | 101 | 30 | 534 | 104 | 55 |
| Binary | 11000011 | 100101 | 1000100 | 0 | 1010001 | 1000001 | 11000 | 101011100 | 1000100 | 101101 |
Color Harmonies of #C32544
Complementary color
Monochromatic Colors of #C32544
Black with #C32544
Text Example
Text Example
White with #C32544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32544; }
p { color: rgb(195,37,68); }
H1.HeaderClassName
{
color: #C32544;
}
.AnyTagClassName
{
color: #C32544;
}
</style>
background-color css
<style>
a { background-color: #C32544; }
a { background-color: rgb(195,37,68); }
div.DivClassName
{
background-color: #C32544;
}
.BgClassName
{
background-color: #C32544;
}
</style>
border-color css
<style>
span { border-color: #C32544; }
span { border-color: rgb(195,37,68); }
td.TdClassName
{
border-color: #C32544;
}
.TagClassName
{
border-color: #C32544;
}
</style>