#CC3E49

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

Shades of Brick Red #CC3E49

Tints of Brick Red #CC3E49

Color information

#CC3E49 (or 0xCC3E49) is unknown color: approx Brick Red. HEX triplet: CC, 3E and 49. RGB value is (204,62,73). Sum of RGB (Red+Green+Blue) = 204+62+73=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E49 is #33C1B6. Grayscale: #696969. Windows color (decimal): -3391927 or 4800204. OLE color: 4800204.

HSL color Cylindrical-coordinate representation of color #CC3E49: hue angle of 355.35º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3E49 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB2046273-
CMYK00.700.640.2
HSL355.35º58.2%52.16%-
HSV(B)355.35º69.61%80%-
XYZ27.8316.768.07-
YUV105.71109.54198.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.18%
GREEN value IS 62 (24.61% from 255) = 18.29%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=60.18%
G=18.29%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204627300.700.640.2355.3558.252.16
HexCC3E4904640141633a34
Octal314761110106100245437264
Binary11001100111110100100101000110100000010100101100011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3E49; }

 p { color: rgb(204,62,73); }

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

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

 a { background-color: rgb(204,62,73); }

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

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

 span { border-color: rgb(204,62,73); }

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