#C4343F

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

Shades of Brick Red #C4343F

Tints of Brick Red #C4343F

Color information

#C4343F (or 0xC4343F) is unknown color: approx Brick Red. HEX triplet: C4, 34 and 3F. RGB value is (196,52,63). Sum of RGB (Red+Green+Blue) = 196+52+63=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4343F is #3BCBC0. Grayscale: #606060. Windows color (decimal): -3918785 or 4142276. OLE color: 4142276.

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

Color convert

RGB1965263-
CMYK00.730.680.23
HSL355.42º58.06%48.63%-
HSV(B)355.42º73.47%76.86%-
XYZ24.8914.556.2-
YUV96.31109.21199.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.02%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 63 (25% from 255) = 20.26%
R=63.02%
G=16.72%
B=20.26%

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
Decimal196526300.730.680.23355.4258.0648.63
HexC4343F04944171633a31
Octal30464770111104275437261
Binary1100010011010011111101001001100010010111101100011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4343F; }

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

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

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

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

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

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

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

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