Html Css Color HEX #C4343D Brick Red

📋 copy color: '#C4343D'

red 196 ◦ green 52 ◦ blue 61

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

Shades of Brick Red #C4343D

Tints of Brick Red #C4343D

RGB

 RED value IS 196 (76.95% from 255) = 63.43%

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 63.43%
G = 16.83%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4343D (or 0xC4343D) is known color: Brick Red. HEX triplet: C4, 34 and 3D. RGB value is (196,52,61). Sum of RGB (Red+Green+Blue) = 196+52+61=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4343D is #3BCBC2. Grayscale: #606060. Windows color (decimal): -3918787 or 4011204. OLE color: 4011204.

HSL color Cylindrical-coordinate representation of color #C4343D: hue angle of 356.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4343D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 52 61 -
CMYK 0 0.73 0.69 0.23
HSL 356.25º 0.58% 0.49% -
HSV(B) 356.25º 0.73% 0.77% -
XYZ 24.84 14.53 5.91 -
YUV 96.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 196 52 61 0 0.73 0.69 0.23 356.25 0.58 0.49
Hex C4 34 3D 0 49 45 17 164 3A 31
Octal 304 64 75 0 111 105 27 544 72 61
Binary 11000100 110100 111101 0 1001001 1000101 10111 101100100 111010 110001

Color Harmonies of #C4343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4343D

Black with #C4343D

Text Example


Text Example

White with #C4343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4343D; }

 p { color: rgb(196,52,61); }

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

background-color css

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

 a { background-color: rgb(196,52,61); }

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

border-color css

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

 span { border-color: rgb(196,52,61); }

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