#C43442

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

Shades of Brick Red #C43442

Tints of Brick Red #C43442

Color information

#C43442 (or 0xC43442) is unknown color: approx Brick Red. HEX triplet: C4, 34 and 42. RGB value is (196,52,66). Sum of RGB (Red+Green+Blue) = 196+52+66=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C43442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43442 is #3BCBBD. Grayscale: #606060. Windows color (decimal): -3918782 or 4338884. OLE color: 4338884.

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

Color convert

RGB1965266-
CMYK00.730.660.23
HSL354.17º58.06%48.63%-
HSV(B)354.17º73.47%76.86%-
XYZ24.9814.596.65-
YUV96.65110.71198.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.42%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=62.42%
G=16.56%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196526600.730.660.23354.1758.0648.63
HexC4344204942171623a31
Octal304641020111102275427261
Binary11000100110100100001001001001100001010111101100010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43442; }

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

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

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

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

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

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

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

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