Shades of Brick Red #CC3549
Tints of Brick Red #CC3549
RGB
CMYK
RGB Variations
Color information
#CC3549 (or 0xCC3549) is known color: Brick Red. HEX triplet: CC, 35 and 49. RGB value is (204,53,73). Sum of RGB (Red+Green+Blue) = 204+53+73=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3549 is #33CAB6. Grayscale: #646464. Windows color (decimal): -3394231 or 4797900. OLE color: 4797900.
HSL color Cylindrical-coordinate representation of color #CC3549: hue angle of 352.05º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3549 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 73 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.2 |
| HSL | 352.05º | 0.6% | 0.5% | - |
| HSV(B) | 352.05º | 0.74% | 0.8% | - |
| XYZ | 27.38 | 15.86 | 7.92 | - |
| YUV | 100.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 73 | 0 | 0.74 | 0.64 | 0.2 | 352.05 | 0.6 | 0.5 |
| Hex | CC | 35 | 49 | 0 | 4A | 40 | 14 | 160 | 3C | 32 |
| Octal | 314 | 65 | 111 | 0 | 112 | 100 | 24 | 540 | 74 | 62 |
| Binary | 11001100 | 110101 | 1001001 | 0 | 1001010 | 1000000 | 10100 | 101100000 | 111100 | 110010 |
Color Harmonies of #CC3549
Complementary color
Monochromatic Colors of #CC3549
Black with #CC3549
Text Example
Text Example
White with #CC3549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3549; }
p { color: rgb(204,53,73); }
H1.HeaderClassName
{
color: #CC3549;
}
.AnyTagClassName
{
color: #CC3549;
}
</style>
background-color css
<style>
a { background-color: #CC3549; }
a { background-color: rgb(204,53,73); }
div.DivClassName
{
background-color: #CC3549;
}
.BgClassName
{
background-color: #CC3549;
}
</style>
border-color css
<style>
span { border-color: #CC3549; }
span { border-color: rgb(204,53,73); }
td.TdClassName
{
border-color: #CC3549;
}
.TagClassName
{
border-color: #CC3549;
}
</style>