Shades of Brick Red #CC3048
Tints of Brick Red #CC3048
RGB
CMYK
RGB Variations
Color information
#CC3048 (or 0xCC3048) is known color: Brick Red. HEX triplet: CC, 30 and 48. RGB value is (204,48,72). Sum of RGB (Red+Green+Blue) = 204+48+72=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3048 is #33CFB7. Grayscale: #616161. Windows color (decimal): -3395512 or 4731084. OLE color: 4731084.
HSL color Cylindrical-coordinate representation of color #CC3048: hue angle of 350.77º 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 #CC3048 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 72 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.2 |
| HSL | 350.77º | 0.62% | 0.49% | - |
| HSV(B) | 350.77º | 0.76% | 0.8% | - |
| XYZ | 27.13 | 15.42 | 7.68 | - |
| YUV | 97.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 72 | 0 | 0.76 | 0.65 | 0.2 | 350.77 | 0.62 | 0.49 |
| Hex | CC | 30 | 48 | 0 | 4C | 41 | 14 | 15F | 3E | 31 |
| Octal | 314 | 60 | 110 | 0 | 114 | 101 | 24 | 537 | 76 | 61 |
| Binary | 11001100 | 110000 | 1001000 | 0 | 1001100 | 1000001 | 10100 | 101011111 | 111110 | 110001 |
Color Harmonies of #CC3048
Complementary color
Monochromatic Colors of #CC3048
Black with #CC3048
Text Example
Text Example
White with #CC3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3048; }
p { color: rgb(204,48,72); }
H1.HeaderClassName
{
color: #CC3048;
}
.AnyTagClassName
{
color: #CC3048;
}
</style>
background-color css
<style>
a { background-color: #CC3048; }
a { background-color: rgb(204,48,72); }
div.DivClassName
{
background-color: #CC3048;
}
.BgClassName
{
background-color: #CC3048;
}
</style>
border-color css
<style>
span { border-color: #CC3048; }
span { border-color: rgb(204,48,72); }
td.TdClassName
{
border-color: #CC3048;
}
.TagClassName
{
border-color: #CC3048;
}
</style>