#C43944

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

Shades of Brick Red #C43944

Tints of Brick Red #C43944

Color information

#C43944 (or 0xC43944) is unknown color: approx Brick Red. HEX triplet: C4, 39 and 44. RGB value is (196,57,68). Sum of RGB (Red+Green+Blue) = 196+57+68=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C43944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43944 is #3BC6BB. Grayscale: #636363. Windows color (decimal): -3917500 or 4471236. OLE color: 4471236.

HSL color Cylindrical-coordinate representation of color #C43944: hue angle of 355.25º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43944 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB1965768-
CMYK00.710.650.23
HSL355.25º54.94%49.61%-
HSV(B)355.25º70.92%76.86%-
XYZ25.2715.087.05-
YUV99.81110.05196.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.06%
GREEN value IS 57 (22.66% from 255) = 17.76%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=61.06%
G=17.76%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196576800.710.650.23355.2554.9449.61
HexC4394404741171633732
Octal304711040107101275436762
Binary11000100111001100010001000111100000110111101100011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43944; }

 p { color: rgb(196,57,68); }

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

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

 a { background-color: rgb(196,57,68); }

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

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

 span { border-color: rgb(196,57,68); }

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