Shades of Brick Red #CC2A43
Tints of Brick Red #CC2A43
RGB
CMYK
RGB Variations
Color information
#CC2A43 (or 0xCC2A43) is known color: Brick Red. HEX triplet: CC, 2A and 43. RGB value is (204,42,67). Sum of RGB (Red+Green+Blue) = 204+42+67=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A43 is #33D5BC. Grayscale: #5D5D5D. Windows color (decimal): -3397053 or 4401868. OLE color: 4401868.
HSL color Cylindrical-coordinate representation of color #CC2A43: hue angle of 350.74º 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 #CC2A43 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 67 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.2 |
| HSL | 350.74º | 0.66% | 0.48% | - |
| HSV(B) | 350.74º | 0.79% | 0.8% | - |
| XYZ | 26.74 | 14.9 | 6.78 | - |
| YUV | 93.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 67 | 0 | 0.79 | 0.67 | 0.2 | 350.74 | 0.66 | 0.48 |
| Hex | CC | 2A | 43 | 0 | 4F | 43 | 14 | 15F | 42 | 30 |
| Octal | 314 | 52 | 103 | 0 | 117 | 103 | 24 | 537 | 102 | 60 |
| Binary | 11001100 | 101010 | 1000011 | 0 | 1001111 | 1000011 | 10100 | 101011111 | 1000010 | 110000 |
Color Harmonies of #CC2A43
Complementary color
Monochromatic Colors of #CC2A43
Black with #CC2A43
Text Example
Text Example
White with #CC2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2A43; }
p { color: rgb(204,42,67); }
H1.HeaderClassName
{
color: #CC2A43;
}
.AnyTagClassName
{
color: #CC2A43;
}
</style>
background-color css
<style>
a { background-color: #CC2A43; }
a { background-color: rgb(204,42,67); }
div.DivClassName
{
background-color: #CC2A43;
}
.BgClassName
{
background-color: #CC2A43;
}
</style>
border-color css
<style>
span { border-color: #CC2A43; }
span { border-color: rgb(204,42,67); }
td.TdClassName
{
border-color: #CC2A43;
}
.TagClassName
{
border-color: #CC2A43;
}
</style>