Shades of Brick Red #CC364B
Tints of Brick Red #CC364B
RGB
CMYK
RGB Variations
Color information
#CC364B (or 0xCC364B) is known color: Brick Red. HEX triplet: CC, 36 and 4B. RGB value is (204,54,75). Sum of RGB (Red+Green+Blue) = 204+54+75=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC364B is #33C9B4. Grayscale: #656565. Windows color (decimal): -3393973 or 4929228. OLE color: 4929228.
HSL color Cylindrical-coordinate representation of color #CC364B: hue angle of 351.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC364B is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 75 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.2 |
| HSL | 351.6º | 0.6% | 0.51% | - |
| HSV(B) | 351.6º | 0.74% | 0.8% | - |
| XYZ | 27.49 | 15.98 | 8.29 | - |
| YUV | 101.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 75 | 0 | 0.74 | 0.63 | 0.2 | 351.6 | 0.6 | 0.51 |
| Hex | CC | 36 | 4B | 0 | 4A | 3F | 14 | 160 | 3C | 33 |
| Octal | 314 | 66 | 113 | 0 | 112 | 77 | 24 | 540 | 74 | 63 |
| Binary | 11001100 | 110110 | 1001011 | 0 | 1001010 | 111111 | 10100 | 101100000 | 111100 | 110011 |
Color Harmonies of #CC364B
Complementary color
Monochromatic Colors of #CC364B
Black with #CC364B
Text Example
Text Example
White with #CC364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC364B; }
p { color: rgb(204,54,75); }
H1.HeaderClassName
{
color: #CC364B;
}
.AnyTagClassName
{
color: #CC364B;
}
</style>
background-color css
<style>
a { background-color: #CC364B; }
a { background-color: rgb(204,54,75); }
div.DivClassName
{
background-color: #CC364B;
}
.BgClassName
{
background-color: #CC364B;
}
</style>
border-color css
<style>
span { border-color: #CC364B; }
span { border-color: rgb(204,54,75); }
td.TdClassName
{
border-color: #CC364B;
}
.TagClassName
{
border-color: #CC364B;
}
</style>