#C43142

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

Shades of Brick Red #C43142

Tints of Brick Red #C43142

Color information

#C43142 (or 0xC43142) is unknown color: approx Brick Red. HEX triplet: C4, 31 and 42. RGB value is (196,49,66). Sum of RGB (Red+Green+Blue) = 196+49+66=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C43142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43142 is #3BCEBD. Grayscale: #5E5E5E. Windows color (decimal): -3919550 or 4338116. OLE color: 4338116.

HSL color Cylindrical-coordinate representation of color #C43142: hue angle of 353.06º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43142 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB1964966-
CMYK00.750.660.23
HSL353.06º60%48.04%-
HSV(B)353.06º75%76.86%-
XYZ24.8514.336.61-
YUV94.89111.7200.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.02%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=63.02%
G=15.76%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196496600.750.660.23353.066048.04
HexC4314204B42171613c30
Octal304611020113102275417460
Binary11000100110001100001001001011100001010111101100001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43142; }

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

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

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

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

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

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

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

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