#CC2A4B

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

Shades of Brick Red #CC2A4B

Tints of Brick Red #CC2A4B

Color information

#CC2A4B (or 0xCC2A4B) is unknown color: approx Brick Red. HEX triplet: CC, 2A and 4B. RGB value is (204,42,75). Sum of RGB (Red+Green+Blue) = 204+42+75=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A4B is #33D5B4. Grayscale: #5E5E5E. Windows color (decimal): -3397045 or 4926156. OLE color: 4926156.

HSL color Cylindrical-coordinate representation of color #CC2A4B: hue angle of 347.78º 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 #CC2A4B is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB2044275-
CMYK00.790.630.2
HSL347.78º65.85%48.24%-
HSV(B)347.78º79.41%80%-
XYZ27158.13-
YUV94.2117.17206.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.55%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=63.55%
G=13.08%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204427500.790.630.2347.7865.8548.24
HexCC2A4B04F3F1415c4230
Octal314521130117772453410260
Binary11001100101010100101101001111111111101001010111001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2A4B; }

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

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

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

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

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

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

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

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