Shades of Brick Red #CC2B4A
Tints of Brick Red #CC2B4A
RGB
CMYK
RGB Variations
Color information
#CC2B4A (or 0xCC2B4A) is known color: Brick Red. HEX triplet: CC, 2B and 4A. RGB value is (204,43,74). Sum of RGB (Red+Green+Blue) = 204+43+74=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2B4A is #33D4B5. Grayscale: #5E5E5E. Windows color (decimal): -3396790 or 4860876. OLE color: 4860876.
HSL color Cylindrical-coordinate representation of color #CC2B4A: hue angle of 348.45º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2B4A is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 43 | 74 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.2 |
| HSL | 348.45º | 0.65% | 0.48% | - |
| HSV(B) | 348.45º | 0.79% | 0.8% | - |
| XYZ | 27 | 15.06 | 7.96 | - |
| YUV | 94.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 74 | 0 | 0.79 | 0.64 | 0.2 | 348.45 | 0.65 | 0.48 |
| Hex | CC | 2B | 4A | 0 | 4F | 40 | 14 | 15C | 41 | 30 |
| Octal | 314 | 53 | 112 | 0 | 117 | 100 | 24 | 534 | 101 | 60 |
| Binary | 11001100 | 101011 | 1001010 | 0 | 1001111 | 1000000 | 10100 | 101011100 | 1000001 | 110000 |
Color Harmonies of #CC2B4A
Complementary color
Monochromatic Colors of #CC2B4A
Black with #CC2B4A
Text Example
Text Example
White with #CC2B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2B4A; }
p { color: rgb(204,43,74); }
H1.HeaderClassName
{
color: #CC2B4A;
}
.AnyTagClassName
{
color: #CC2B4A;
}
</style>
background-color css
<style>
a { background-color: #CC2B4A; }
a { background-color: rgb(204,43,74); }
div.DivClassName
{
background-color: #CC2B4A;
}
.BgClassName
{
background-color: #CC2B4A;
}
</style>
border-color css
<style>
span { border-color: #CC2B4A; }
span { border-color: rgb(204,43,74); }
td.TdClassName
{
border-color: #CC2B4A;
}
.TagClassName
{
border-color: #CC2B4A;
}
</style>