#CC3642

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

Shades of Brick Red #CC3642

Tints of Brick Red #CC3642

Color information

#CC3642 (or 0xCC3642) is unknown color: approx Brick Red. HEX triplet: CC, 36 and 42. RGB value is (204,54,66). Sum of RGB (Red+Green+Blue) = 204+54+66=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3642 is #33C9BD. Grayscale: #646464. Windows color (decimal): -3393982 or 4339404. OLE color: 4339404.

HSL color Cylindrical-coordinate representation of color #CC3642: hue angle of 355.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3642 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB2045466-
CMYK00.740.680.2
HSL355.2º59.52%50.59%-
HSV(B)355.2º73.53%80%-
XYZ27.215.876.78-
YUV100.22108.7202.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.96%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=62.96%
G=16.67%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204546600.740.680.2355.259.5250.59
HexCC364204A44141633c33
Octal314661020112104245437463
Binary11001100110110100001001001010100010010100101100011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3642; }

 p { color: rgb(204,54,66); }

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

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

 a { background-color: rgb(204,54,66); }

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

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

 span { border-color: rgb(204,54,66); }

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