Shades of Brick Red #CC3546
Tints of Brick Red #CC3546
RGB
CMYK
RGB Variations
Color information
#CC3546 (or 0xCC3546) is known color: Brick Red. HEX triplet: CC, 35 and 46. RGB value is (204,53,70). Sum of RGB (Red+Green+Blue) = 204+53+70=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3546 is #33CAB9. Grayscale: #646464. Windows color (decimal): -3394234 or 4601292. OLE color: 4601292.
HSL color Cylindrical-coordinate representation of color #CC3546: hue angle of 353.25º 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 #CC3546 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 70 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.2 |
| HSL | 353.25º | 0.6% | 0.5% | - |
| HSV(B) | 353.25º | 0.74% | 0.8% | - |
| XYZ | 27.28 | 15.83 | 7.41 | - |
| YUV | 100.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 70 | 0 | 0.74 | 0.66 | 0.2 | 353.25 | 0.6 | 0.5 |
| Hex | CC | 35 | 46 | 0 | 4A | 42 | 14 | 161 | 3C | 32 |
| Octal | 314 | 65 | 106 | 0 | 112 | 102 | 24 | 541 | 74 | 62 |
| Binary | 11001100 | 110101 | 1000110 | 0 | 1001010 | 1000010 | 10100 | 101100001 | 111100 | 110010 |
Color Harmonies of #CC3546
Complementary color
Monochromatic Colors of #CC3546
Black with #CC3546
Text Example
Text Example
White with #CC3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3546; }
p { color: rgb(204,53,70); }
H1.HeaderClassName
{
color: #CC3546;
}
.AnyTagClassName
{
color: #CC3546;
}
</style>
background-color css
<style>
a { background-color: #CC3546; }
a { background-color: rgb(204,53,70); }
div.DivClassName
{
background-color: #CC3546;
}
.BgClassName
{
background-color: #CC3546;
}
</style>
border-color css
<style>
span { border-color: #CC3546; }
span { border-color: rgb(204,53,70); }
td.TdClassName
{
border-color: #CC3546;
}
.TagClassName
{
border-color: #CC3546;
}
</style>