#C43346

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

Shades of Brick Red #C43346

Tints of Brick Red #C43346

Color information

#C43346 (or 0xC43346) is unknown color: approx Brick Red. HEX triplet: C4, 33 and 46. RGB value is (196,51,70). Sum of RGB (Red+Green+Blue) = 196+51+70=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C43346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43346 is #3BCCB9. Grayscale: #606060. Windows color (decimal): -3919034 or 4600772. OLE color: 4600772.

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

Color convert

RGB1965170-
CMYK00.740.640.23
HSL352.14º58.7%48.43%-
HSV(B)352.14º73.98%76.86%-
XYZ25.0514.557.28-
YUV96.52113.04198.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.83%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=61.83%
G=16.09%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196517000.740.640.23352.1458.748.43
HexC4334604A40171603b30
Octal304631060112100275407360
Binary11000100110011100011001001010100000010111101100000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43346; }

 p { color: rgb(196,51,70); }

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

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

 a { background-color: rgb(196,51,70); }

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

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

 span { border-color: rgb(196,51,70); }

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