Shades of Brick Red #CC324C
Tints of Brick Red #CC324C
RGB
CMYK
RGB Variations
Color information
#CC324C (or 0xCC324C) is known color: Brick Red. HEX triplet: CC, 32 and 4C. RGB value is (204,50,76). Sum of RGB (Red+Green+Blue) = 204+50+76=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC324C is #33CDB3. Grayscale: #636363. Windows color (decimal): -3394996 or 4993740. OLE color: 4993740.
HSL color Cylindrical-coordinate representation of color #CC324C: hue angle of 349.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC324C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 76 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.2 |
| HSL | 349.87º | 0.61% | 0.5% | - |
| HSV(B) | 349.87º | 0.75% | 0.8% | - |
| XYZ | 27.35 | 15.64 | 8.42 | - |
| YUV | 99.01 | 115.02 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 76 | 0 | 0.75 | 0.63 | 0.2 | 349.87 | 0.61 | 0.5 |
| Hex | CC | 32 | 4C | 0 | 4B | 3F | 14 | 15E | 3D | 32 |
| Octal | 314 | 62 | 114 | 0 | 113 | 77 | 24 | 536 | 75 | 62 |
| Binary | 11001100 | 110010 | 1001100 | 0 | 1001011 | 111111 | 10100 | 101011110 | 111101 | 110010 |
Color Harmonies of #CC324C
Complementary color
Monochromatic Colors of #CC324C
Black with #CC324C
Text Example
Text Example
White with #CC324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC324C; }
p { color: rgb(204,50,76); }
H1.HeaderClassName
{
color: #CC324C;
}
.AnyTagClassName
{
color: #CC324C;
}
</style>
background-color css
<style>
a { background-color: #CC324C; }
a { background-color: rgb(204,50,76); }
div.DivClassName
{
background-color: #CC324C;
}
.BgClassName
{
background-color: #CC324C;
}
</style>
border-color css
<style>
span { border-color: #CC324C; }
span { border-color: rgb(204,50,76); }
td.TdClassName
{
border-color: #CC324C;
}
.TagClassName
{
border-color: #CC324C;
}
</style>