#CC394A

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

Shades of Brick Red #CC394A

Tints of Brick Red #CC394A

Color information

#CC394A (or 0xCC394A) is unknown color: approx Brick Red. HEX triplet: CC, 39 and 4A. RGB value is (204,57,74). Sum of RGB (Red+Green+Blue) = 204+57+74=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC394A is #33C6B5. Grayscale: #666666. Windows color (decimal): -3393206 or 4864460. OLE color: 4864460.

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

Color convert

RGB2045774-
CMYK00.720.640.2
HSL353.06º59.04%51.18%-
HSV(B)353.06º72.06%80%-
XYZ27.616.268.16-
YUV102.89111.7200.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.90%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=60.90%
G=17.01%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204577400.720.640.2353.0659.0451.18
HexCC394A04840141613b33
Octal314711120110100245417363
Binary11001100111001100101001001000100000010100101100001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC394A; }

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

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

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

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

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

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

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

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