Html Css Color HEX #CC3849 Brick Red

📋 copy color: '#CC3849'

red 204 ◦ green 56 ◦ blue 73

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

Shades of Brick Red #CC3849

Tints of Brick Red #CC3849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

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

R = 61.26%
G = 16.82%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC3849 (or 0xCC3849) is known color: Brick Red. HEX triplet: CC, 38 and 49. RGB value is (204,56,73). Sum of RGB (Red+Green+Blue) = 204+56+73=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3849 is #33C7B6. Grayscale: #666666. Windows color (decimal): -3393463 or 4798668. OLE color: 4798668.

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

Color convert

RGB 204 56 73 -
CMYK 0 0.73 0.64 0.2
HSL 353.11º 0.59% 0.51% -
HSV(B) 353.11º 0.73% 0.8% -
XYZ 27.52 16.15 7.97 -
YUV 102.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 204 56 73 0 0.73 0.64 0.2 353.11 0.59 0.51
Hex CC 38 49 0 49 40 14 161 3B 33
Octal 314 70 111 0 111 100 24 541 73 63
Binary 11001100 111000 1001001 0 1001001 1000000 10100 101100001 111011 110011

Color Harmonies of #CC3849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3849

Black with #CC3849

Text Example


Text Example

White with #CC3849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3849; }

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

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

background-color css

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

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

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

border-color css

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

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

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