Shades of Brick Red #CC3246
Tints of Brick Red #CC3246
RGB
CMYK
RGB Variations
Color information
#CC3246 (or 0xCC3246) is known color: Brick Red. HEX triplet: CC, 32 and 46. RGB value is (204,50,70). Sum of RGB (Red+Green+Blue) = 204+50+70=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3246 is #33CDB9. Grayscale: #626262. Windows color (decimal): -3395002 or 4600524. OLE color: 4600524.
HSL color Cylindrical-coordinate representation of color #CC3246: hue angle of 352.21º 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 #CC3246 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 70 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.2 |
| HSL | 352.21º | 0.61% | 0.5% | - |
| HSV(B) | 352.21º | 0.75% | 0.8% | - |
| XYZ | 27.15 | 15.56 | 7.37 | - |
| YUV | 98.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 70 | 0 | 0.75 | 0.66 | 0.2 | 352.21 | 0.61 | 0.5 |
| Hex | CC | 32 | 46 | 0 | 4B | 42 | 14 | 160 | 3D | 32 |
| Octal | 314 | 62 | 106 | 0 | 113 | 102 | 24 | 540 | 75 | 62 |
| Binary | 11001100 | 110010 | 1000110 | 0 | 1001011 | 1000010 | 10100 | 101100000 | 111101 | 110010 |
Color Harmonies of #CC3246
Complementary color
Monochromatic Colors of #CC3246
Black with #CC3246
Text Example
Text Example
White with #CC3246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3246; }
p { color: rgb(204,50,70); }
H1.HeaderClassName
{
color: #CC3246;
}
.AnyTagClassName
{
color: #CC3246;
}
</style>
background-color css
<style>
a { background-color: #CC3246; }
a { background-color: rgb(204,50,70); }
div.DivClassName
{
background-color: #CC3246;
}
.BgClassName
{
background-color: #CC3246;
}
</style>
border-color css
<style>
span { border-color: #CC3246; }
span { border-color: rgb(204,50,70); }
td.TdClassName
{
border-color: #CC3246;
}
.TagClassName
{
border-color: #CC3246;
}
</style>