#CC324B

Color #CC324B Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #CC324B

Tints of Brick Red #CC324B

Color information

#CC324B (or 0xCC324B) is unknown color: approx Brick Red. HEX triplet: CC, 32 and 4B. RGB value is (204,50,75). Sum of RGB (Red+Green+Blue) = 204+50+75=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC324B is #33CDB4. Grayscale: #626262. Windows color (decimal): -3394997 or 4928204. OLE color: 4928204.

HSL color Cylindrical-coordinate representation of color #CC324B: hue angle of 350.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC324B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB2045075-
CMYK00.750.630.2
HSL350.26º60.63%49.8%-
HSV(B)350.26º75.49%80%-
XYZ27.3115.638.23-
YUV98.9114.52202.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 62.01%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=62.01%
G=15.20%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204507500.750.630.2350.2660.6349.8
HexCC324B04B3F1415e3d32
Octal31462113011377245367562
Binary1100110011001010010110100101111111110100101011110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC324B; }

 p { color: rgb(204,50,75); }

 H1.HeaderClassName
 {
   color: #CC324B;
 }
 .AnyTagClassName
 {
   color: #CC324B;
 }
</style>
background-color css

<style>
 a { background-color: #CC324B; }

 a { background-color: rgb(204,50,75); }

 div.DivClassName
 {
   background-color: #CC324B;
 }
 .BgClassName
 {
   background-color: #CC324B;
 }
</style>
border-color css

<style>
 span { border-color: #CC324B; }

 span { border-color: rgb(204,50,75); }

 td.TdClassName
 {
   border-color: #CC324B;
 }
 .TagClassName
 {
   border-color: #CC324B;
 }
</style>