Shades of Brick Red #CC2A45
Tints of Brick Red #CC2A45
RGB
CMYK
RGB Variations
Color information
#CC2A45 (or 0xCC2A45) is known color: Brick Red. HEX triplet: CC, 2A and 45. RGB value is (204,42,69). Sum of RGB (Red+Green+Blue) = 204+42+69=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A45 is #33D5BA. Grayscale: #5D5D5D. Windows color (decimal): -3397051 or 4532940. OLE color: 4532940.
HSL color Cylindrical-coordinate representation of color #CC2A45: hue angle of 350º degrees, saturation: 0.66, 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 #CC2A45 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 69 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.2 |
| HSL | 350º | 0.66% | 0.48% | - |
| HSV(B) | 350º | 0.79% | 0.8% | - |
| XYZ | 26.8 | 14.92 | 7.1 | - |
| YUV | 93.52 | 114.17 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 69 | 0 | 0.79 | 0.66 | 0.2 | 350 | 0.66 | 0.48 |
| Hex | CC | 2A | 45 | 0 | 4F | 42 | 14 | 15E | 42 | 30 |
| Octal | 314 | 52 | 105 | 0 | 117 | 102 | 24 | 536 | 102 | 60 |
| Binary | 11001100 | 101010 | 1000101 | 0 | 1001111 | 1000010 | 10100 | 101011110 | 1000010 | 110000 |
Color Harmonies of #CC2A45
Complementary color
Monochromatic Colors of #CC2A45
Black with #CC2A45
Text Example
Text Example
White with #CC2A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2A45; }
p { color: rgb(204,42,69); }
H1.HeaderClassName
{
color: #CC2A45;
}
.AnyTagClassName
{
color: #CC2A45;
}
</style>
background-color css
<style>
a { background-color: #CC2A45; }
a { background-color: rgb(204,42,69); }
div.DivClassName
{
background-color: #CC2A45;
}
.BgClassName
{
background-color: #CC2A45;
}
</style>
border-color css
<style>
span { border-color: #CC2A45; }
span { border-color: rgb(204,42,69); }
td.TdClassName
{
border-color: #CC2A45;
}
.TagClassName
{
border-color: #CC2A45;
}
</style>