#CC2A4A

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

Shades of Brick Red #CC2A4A

Tints of Brick Red #CC2A4A

Color information

#CC2A4A (or 0xCC2A4A) is unknown color: approx Brick Red. HEX triplet: CC, 2A and 4A. RGB value is (204,42,74). Sum of RGB (Red+Green+Blue) = 204+42+74=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A4A is #33D5B5. Grayscale: #5E5E5E. Windows color (decimal): -3397046 or 4860620. OLE color: 4860620.

HSL color Cylindrical-coordinate representation of color #CC2A4A: hue angle of 348.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2A4A is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB2044274-
CMYK00.790.640.2
HSL348.15º65.85%48.24%-
HSV(B)348.15º79.41%80%-
XYZ26.9714.997.95-
YUV94.09116.67206.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.75%
GREEN value IS 42 (16.80% from 255) = 13.12%
BLUE value IS 74 (29.30% from 255) = 23.12%
R=63.75%
G=13.12%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204427400.790.640.2348.1565.8548.24
HexCC2A4A04F401415c4230
Octal3145211201171002453410260
Binary110011001010101001010010011111000000101001010111001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2A4A; }

 p { color: rgb(204,42,74); }

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

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

 a { background-color: rgb(204,42,74); }

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

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

 span { border-color: rgb(204,42,74); }

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