Html Css Color HEX #CC3A4D Brick Red

📋 copy color: '#CC3A4D'

red 204 ◦ green 58 ◦ blue 77

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

Shades of Brick Red #CC3A4D

Tints of Brick Red #CC3A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

 BLUE value IS 77 (30.47% from 255) = 22.71%

R = 60.18%
G = 17.11%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC3A4D (or 0xCC3A4D) is known color: Brick Red. HEX triplet: CC, 3A and 4D. RGB value is (204,58,77). Sum of RGB (Red+Green+Blue) = 204+58+77=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3A4D is #33C5B2. Grayscale: #676767. Windows color (decimal): -3392947 or 5061324. OLE color: 5061324.

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

Color convert

RGB 204 58 77 -
CMYK 0 0.72 0.62 0.2
HSL 352.19º 0.59% 0.51% -
HSV(B) 352.19º 0.72% 0.8% -
XYZ 27.75 16.4 8.72 -
YUV 103.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 204 58 77 0 0.72 0.62 0.2 352.19 0.59 0.51
Hex CC 3A 4D 0 48 3E 14 160 3B 33
Octal 314 72 115 0 110 76 24 540 73 63
Binary 11001100 111010 1001101 0 1001000 111110 10100 101100000 111011 110011

Color Harmonies of #CC3A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A4D

Black with #CC3A4D

Text Example


Text Example

White with #CC3A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A4D; }

 p { color: rgb(204,58,77); }

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

background-color css

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

 a { background-color: rgb(204,58,77); }

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

border-color css

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

 span { border-color: rgb(204,58,77); }

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