#CC3C49

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

Shades of Brick Red #CC3C49

Tints of Brick Red #CC3C49

Color information

#CC3C49 (or 0xCC3C49) is unknown color: approx Brick Red. HEX triplet: CC, 3C and 49. RGB value is (204,60,73). Sum of RGB (Red+Green+Blue) = 204+60+73=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C49 is #33C3B6. Grayscale: #686868. Windows color (decimal): -3392439 or 4799692. OLE color: 4799692.

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

Color convert

RGB2046073-
CMYK00.710.640.2
HSL354.58º58.54%51.76%-
HSV(B)354.58º70.59%80%-
XYZ27.7216.558.04-
YUV104.54110.21198.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.53%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=60.53%
G=17.80%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204607300.710.640.2354.5858.5451.76
HexCC3C4904740141633b34
Octal314741110107100245437364
Binary11001100111100100100101000111100000010100101100011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3C49; }

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

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

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

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

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

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

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

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