Html Css Color HEX #CC3146 Brick Red

📋 copy color: '#CC3146'

red 204 ◦ green 49 ◦ blue 70

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

Shades of Brick Red #CC3146

Tints of Brick Red #CC3146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.67%

R = 63.16%
G = 15.17%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC3146 (or 0xCC3146) is known color: Brick Red. HEX triplet: CC, 31 and 46. RGB value is (204,49,70). Sum of RGB (Red+Green+Blue) = 204+49+70=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3146 is #33CEB9. Grayscale: #616161. Windows color (decimal): -3395258 or 4600268. OLE color: 4600268.

HSL color Cylindrical-coordinate representation of color #CC3146: hue angle of 351.87º 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 #CC3146 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 49 70 -
CMYK 0 0.76 0.66 0.2
HSL 351.87º 0.61% 0.5% -
HSV(B) 351.87º 0.76% 0.8% -
XYZ 27.11 15.48 7.35 -
YUV 97.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 204 49 70 0 0.76 0.66 0.2 351.87 0.61 0.5
Hex CC 31 46 0 4C 42 14 160 3D 32
Octal 314 61 106 0 114 102 24 540 75 62
Binary 11001100 110001 1000110 0 1001100 1000010 10100 101100000 111101 110010

Color Harmonies of #CC3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3146

Black with #CC3146

Text Example


Text Example

White with #CC3146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3146; }

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

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

background-color css

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

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

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

border-color css

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

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

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