#C43542

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

Shades of Brick Red #C43542

Tints of Brick Red #C43542

Color information

#C43542 (or 0xC43542) is unknown color: approx Brick Red. HEX triplet: C4, 35 and 42. RGB value is (196,53,66). Sum of RGB (Red+Green+Blue) = 196+53+66=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C43542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43542 is #3BCABD. Grayscale: #616161. Windows color (decimal): -3918526 or 4339140. OLE color: 4339140.

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

Color convert

RGB1965366-
CMYK00.730.660.23
HSL354.55º57.43%48.82%-
HSV(B)354.55º72.96%76.86%-
XYZ25.0214.686.67-
YUV97.24110.38198.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.22%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=62.22%
G=16.83%
B=20.95%

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
Decimal196536600.730.660.23354.5557.4348.82
HexC4354204942171633931
Octal304651020111102275437161
Binary11000100110101100001001001001100001010111101100011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43542; }

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

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

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

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

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

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

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

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