#C4343E

Color #C4343E Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C4343E

Tints of Brick Red #C4343E

Color information

#C4343E (or 0xC4343E) is unknown color: approx Brick Red. HEX triplet: C4, 34 and 3E. RGB value is (196,52,62). Sum of RGB (Red+Green+Blue) = 196+52+62=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4343E is #3BCBC1. Grayscale: #606060. Windows color (decimal): -3918786 or 4076740. OLE color: 4076740.

HSL color Cylindrical-coordinate representation of color #C4343E: hue angle of 355.83º 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 #C4343E is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1965262-
CMYK00.730.680.23
HSL355.83º58.06%48.63%-
HSV(B)355.83º73.47%76.86%-
XYZ24.8614.546.05-
YUV96.2108.71199.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.23%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 62 (24.61% from 255) = 20%
R=63.23%
G=16.77%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196526200.730.680.23355.8358.0648.63
HexC4343E04944171643a31
Octal30464760111104275447261
Binary1100010011010011111001001001100010010111101100100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4343E; }

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

 H1.HeaderClassName
 {
   color: #C4343E;
 }
 .AnyTagClassName
 {
   color: #C4343E;
 }
</style>
background-color css

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

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

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

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

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

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