Shades of Brick Red #CC364C
Tints of Brick Red #CC364C
RGB
CMYK
RGB Variations
Color information
#CC364C (or 0xCC364C) is known color: Brick Red. HEX triplet: CC, 36 and 4C. RGB value is (204,54,76). Sum of RGB (Red+Green+Blue) = 204+54+76=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC364C is #33C9B3. Grayscale: #656565. Windows color (decimal): -3393972 or 4994764. OLE color: 4994764.
HSL color Cylindrical-coordinate representation of color #CC364C: hue angle of 351.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC364C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 76 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.2 |
| HSL | 351.2º | 0.6% | 0.51% | - |
| HSV(B) | 351.2º | 0.74% | 0.8% | - |
| XYZ | 27.53 | 16 | 8.47 | - |
| YUV | 101.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 76 | 0 | 0.74 | 0.63 | 0.2 | 351.2 | 0.6 | 0.51 |
| Hex | CC | 36 | 4C | 0 | 4A | 3F | 14 | 15F | 3C | 33 |
| Octal | 314 | 66 | 114 | 0 | 112 | 77 | 24 | 537 | 74 | 63 |
| Binary | 11001100 | 110110 | 1001100 | 0 | 1001010 | 111111 | 10100 | 101011111 | 111100 | 110011 |
Color Harmonies of #CC364C
Complementary color
Monochromatic Colors of #CC364C
Black with #CC364C
Text Example
Text Example
White with #CC364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC364C; }
p { color: rgb(204,54,76); }
H1.HeaderClassName
{
color: #CC364C;
}
.AnyTagClassName
{
color: #CC364C;
}
</style>
background-color css
<style>
a { background-color: #CC364C; }
a { background-color: rgb(204,54,76); }
div.DivClassName
{
background-color: #CC364C;
}
.BgClassName
{
background-color: #CC364C;
}
</style>
border-color css
<style>
span { border-color: #CC364C; }
span { border-color: rgb(204,54,76); }
td.TdClassName
{
border-color: #CC364C;
}
.TagClassName
{
border-color: #CC364C;
}
</style>