Shades of Brick Red #CC384A
Tints of Brick Red #CC384A
RGB
CMYK
RGB Variations
Color information
#CC384A (or 0xCC384A) is known color: Brick Red. HEX triplet: CC, 38 and 4A. RGB value is (204,56,74). Sum of RGB (Red+Green+Blue) = 204+56+74=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC384A is #33C7B5. Grayscale: #666666. Windows color (decimal): -3393462 or 4864204. OLE color: 4864204.
HSL color Cylindrical-coordinate representation of color #CC384A: hue angle of 352.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC384A is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 74 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.2 |
| HSL | 352.7º | 0.59% | 0.51% | - |
| HSV(B) | 352.7º | 0.73% | 0.8% | - |
| XYZ | 27.55 | 16.16 | 8.15 | - |
| YUV | 102.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 74 | 0 | 0.73 | 0.64 | 0.2 | 352.7 | 0.59 | 0.51 |
| Hex | CC | 38 | 4A | 0 | 49 | 40 | 14 | 161 | 3B | 33 |
| Octal | 314 | 70 | 112 | 0 | 111 | 100 | 24 | 541 | 73 | 63 |
| Binary | 11001100 | 111000 | 1001010 | 0 | 1001001 | 1000000 | 10100 | 101100001 | 111011 | 110011 |
Color Harmonies of #CC384A
Complementary color
Monochromatic Colors of #CC384A
Black with #CC384A
Text Example
Text Example
White with #CC384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC384A; }
p { color: rgb(204,56,74); }
H1.HeaderClassName
{
color: #CC384A;
}
.AnyTagClassName
{
color: #CC384A;
}
</style>
background-color css
<style>
a { background-color: #CC384A; }
a { background-color: rgb(204,56,74); }
div.DivClassName
{
background-color: #CC384A;
}
.BgClassName
{
background-color: #CC384A;
}
</style>
border-color css
<style>
span { border-color: #CC384A; }
span { border-color: rgb(204,56,74); }
td.TdClassName
{
border-color: #CC384A;
}
.TagClassName
{
border-color: #CC384A;
}
</style>