Shades of Brick Red #CC3148
Tints of Brick Red #CC3148
RGB
CMYK
RGB Variations
Color information
#CC3148 (or 0xCC3148) is known color: Brick Red. HEX triplet: CC, 31 and 48. RGB value is (204,49,72). Sum of RGB (Red+Green+Blue) = 204+49+72=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3148 is #33CEB7. Grayscale: #626262. Windows color (decimal): -3395256 or 4731340. OLE color: 4731340.
HSL color Cylindrical-coordinate representation of color #CC3148: hue angle of 351.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3148 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 72 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.2 |
| HSL | 351.1º | 0.61% | 0.5% | - |
| HSV(B) | 351.1º | 0.76% | 0.8% | - |
| XYZ | 27.17 | 15.5 | 7.69 | - |
| YUV | 97.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 72 | 0 | 0.76 | 0.65 | 0.2 | 351.1 | 0.61 | 0.5 |
| Hex | CC | 31 | 48 | 0 | 4C | 41 | 14 | 15F | 3D | 32 |
| Octal | 314 | 61 | 110 | 0 | 114 | 101 | 24 | 537 | 75 | 62 |
| Binary | 11001100 | 110001 | 1001000 | 0 | 1001100 | 1000001 | 10100 | 101011111 | 111101 | 110010 |
Color Harmonies of #CC3148
Complementary color
Monochromatic Colors of #CC3148
Black with #CC3148
Text Example
Text Example
White with #CC3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3148; }
p { color: rgb(204,49,72); }
H1.HeaderClassName
{
color: #CC3148;
}
.AnyTagClassName
{
color: #CC3148;
}
</style>
background-color css
<style>
a { background-color: #CC3148; }
a { background-color: rgb(204,49,72); }
div.DivClassName
{
background-color: #CC3148;
}
.BgClassName
{
background-color: #CC3148;
}
</style>
border-color css
<style>
span { border-color: #CC3148; }
span { border-color: rgb(204,49,72); }
td.TdClassName
{
border-color: #CC3148;
}
.TagClassName
{
border-color: #CC3148;
}
</style>