Html Css Color HEX #CC3149 Brick Red

📋 copy color: '#CC3149'

red 204 ◦ green 49 ◦ blue 73

#CC3149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CC3149

Tints of Brick Red #CC3149

RGB

 RED value IS 204 (80.08% from 255) = 62.58%

 GREEN value IS 49 (19.53% from 255) = 15.03%

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 62.58%
G = 15.03%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC3149 (or 0xCC3149) is known color: Brick Red. HEX triplet: CC, 31 and 49. RGB value is (204,49,73). Sum of RGB (Red+Green+Blue) = 204+49+73=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3149 is #33CEB6. Grayscale: #626262. Windows color (decimal): -3395255 or 4796876. OLE color: 4796876.

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

Color convert

RGB 204 49 73 -
CMYK 0 0.76 0.64 0.2
HSL 350.71º 0.61% 0.5% -
HSV(B) 350.71º 0.76% 0.8% -
XYZ 27.2 15.52 7.86 -
YUV 98.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 204 49 73 0 0.76 0.64 0.2 350.71 0.61 0.5
Hex CC 31 49 0 4C 40 14 15F 3D 32
Octal 314 61 111 0 114 100 24 537 75 62
Binary 11001100 110001 1001001 0 1001100 1000000 10100 101011111 111101 110010

Color Harmonies of #CC3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3149

Black with #CC3149

Text Example


Text Example

White with #CC3149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3149; }

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

 H1.HeaderClassName
 {
   color: #CC3149;
 }
 .AnyTagClassName
 {
   color: #CC3149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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