#c43f49

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

Shades of Brick Red #C43F49

Tints of Brick Red #C43F49

Color information

#C43F49 (or 0xC43F49) is unknown color: approx Brick Red. HEX triplet: C4, 3F and 49. RGB value is (196,63,73). Sum of RGB (Red+Green+Blue) = 196+63+73=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F49 is #3BC0B6. Grayscale: #686868. Windows color (decimal): -3915959 or 4800452. OLE color: 4800452.

HSL color Cylindrical-coordinate representation of color #C43F49: hue angle of 355.49º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F49 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1966373-
CMYK00.680.630.23
HSL355.49º52.99%50.78%-
HSV(B)355.49º67.86%76.86%-
XYZ25.7515.777.99-
YUV103.91110.56193.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.04%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=59.04%
G=18.98%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196637300.680.630.23355.4952.9950.78
HexC43F490443F171633533
Octal30477111010477275436563
Binary1100010011111110010010100010011111110111101100011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c43f49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c43f49; }

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

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

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

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

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

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

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

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