Html Css Color HEX #CC3649 Brick Red

📋 copy color: '#CC3649'

red 204 ◦ green 54 ◦ blue 73

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

Shades of Brick Red #CC3649

Tints of Brick Red #CC3649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.31%

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

R = 61.63%
G = 16.31%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC3649 (or 0xCC3649) is known color: Brick Red. HEX triplet: CC, 36 and 49. RGB value is (204,54,73). Sum of RGB (Red+Green+Blue) = 204+54+73=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3649 is #33C9B6. Grayscale: #656565. Windows color (decimal): -3393975 or 4798156. OLE color: 4798156.

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

Color convert

RGB 204 54 73 -
CMYK 0 0.74 0.64 0.2
HSL 352.4º 0.6% 0.51% -
HSV(B) 352.4º 0.74% 0.8% -
XYZ 27.42 15.96 7.94 -
YUV 101.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 204 54 73 0 0.74 0.64 0.2 352.4 0.6 0.51
Hex CC 36 49 0 4A 40 14 160 3C 33
Octal 314 66 111 0 112 100 24 540 74 63
Binary 11001100 110110 1001001 0 1001010 1000000 10100 101100000 111100 110011

Color Harmonies of #CC3649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3649

Black with #CC3649

Text Example


Text Example

White with #CC3649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3649; }

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

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

background-color css

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

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

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

border-color css

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

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

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