Shades of Brick Red #CC3042
Tints of Brick Red #CC3042
RGB
CMYK
RGB Variations
Color information
#CC3042 (or 0xCC3042) is known color: Brick Red. HEX triplet: CC, 30 and 42. RGB value is (204,48,66). Sum of RGB (Red+Green+Blue) = 204+48+66=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3042 is #33CFBD. Grayscale: #606060. Windows color (decimal): -3395518 or 4337868. OLE color: 4337868.
HSL color Cylindrical-coordinate representation of color #CC3042: hue angle of 353.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3042 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 66 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.2 |
| HSL | 353.08º | 0.62% | 0.49% | - |
| HSV(B) | 353.08º | 0.76% | 0.8% | - |
| XYZ | 26.94 | 15.34 | 6.7 | - |
| YUV | 96.7 | 110.68 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 66 | 0 | 0.76 | 0.68 | 0.2 | 353.08 | 0.62 | 0.49 |
| Hex | CC | 30 | 42 | 0 | 4C | 44 | 14 | 161 | 3E | 31 |
| Octal | 314 | 60 | 102 | 0 | 114 | 104 | 24 | 541 | 76 | 61 |
| Binary | 11001100 | 110000 | 1000010 | 0 | 1001100 | 1000100 | 10100 | 101100001 | 111110 | 110001 |
Color Harmonies of #CC3042
Complementary color
Monochromatic Colors of #CC3042
Black with #CC3042
Text Example
Text Example
White with #CC3042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3042; }
p { color: rgb(204,48,66); }
H1.HeaderClassName
{
color: #CC3042;
}
.AnyTagClassName
{
color: #CC3042;
}
</style>
background-color css
<style>
a { background-color: #CC3042; }
a { background-color: rgb(204,48,66); }
div.DivClassName
{
background-color: #CC3042;
}
.BgClassName
{
background-color: #CC3042;
}
</style>
border-color css
<style>
span { border-color: #CC3042; }
span { border-color: rgb(204,48,66); }
td.TdClassName
{
border-color: #CC3042;
}
.TagClassName
{
border-color: #CC3042;
}
</style>